Searched refs:IP_VS_LBLCR_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_lblcr.c84 #define IP_VS_LBLCR_TAB_MASK (IP_VS_LBLCR_TAB_SIZE - 1) macro
330 return (ntohl(addr_fold)*2654435761UL) & IP_VS_LBLCR_TAB_MASK;
430 j = (j + 1) & IP_VS_LBLCR_TAB_MASK;
473 j = (j + 1) & IP_VS_LBLCR_TAB_MASK;

Completed in 51 milliseconds