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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_lblc.c84 #define IP_VS_LBLC_TAB_MASK (IP_VS_LBLC_TAB_SIZE - 1) macro
155 return (ntohl(addr_fold)*2654435761UL) & IP_VS_LBLC_TAB_MASK;
253 j = (j + 1) & IP_VS_LBLC_TAB_MASK;
296 j = (j + 1) & IP_VS_LBLC_TAB_MASK;

Completed in 36 milliseconds