Home
last modified time | relevance | path

Searched refs:TCP_APP_TAB_BITS (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dip_vs.h912 #define TCP_APP_TAB_BITS 4 macro
913 #define TCP_APP_TAB_SIZE (1 << TCP_APP_TAB_BITS)
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c611 return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port) in tcp_app_hashkey()