Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dip_vs.h930 #define TCP_APP_TAB_BITS 4 macro
931 #define TCP_APP_TAB_SIZE (1 << TCP_APP_TAB_BITS)
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_proto_tcp.c611 return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port) in tcp_app_hashkey()

Completed in 13 milliseconds