Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_vs.h830 #define IP_VS_RTAB_BITS 4 macro
831 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS)
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c510 return (ntohl(addr_fold)^(porth>>IP_VS_RTAB_BITS)^porth) in ip_vs_rs_hashkey()