Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dip_vs.h808 #define TCP_APP_TAB_BITS 4 macro
809 #define TCP_APP_TAB_SIZE (1 << TCP_APP_TAB_BITS)
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto_tcp.c573 return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port) in tcp_app_hashkey()