Searched refs:IP_VS_RTAB_SIZE (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_ctl.c265 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS) macro
266 #define IP_VS_RTAB_MASK (IP_VS_RTAB_SIZE - 1)
268 static struct list_head ip_vs_rtable[IP_VS_RTAB_SIZE];
2271 for(idx = 0; idx < IP_VS_RTAB_SIZE; idx++) {

Completed in 39 milliseconds