Home
last modified time | relevance | path

Searched refs:TCP_APP_TAB_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h850 #define TCP_APP_TAB_BITS 4 macro
851 #define TCP_APP_TAB_SIZE (1 << TCP_APP_TAB_BITS)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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)

Completed in 9 milliseconds