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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_tcp.c478 #define TCP_APP_TAB_BITS 4 macro
479 #define TCP_APP_TAB_SIZE (1 << TCP_APP_TAB_BITS)
487 return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port)

Completed in 35 milliseconds