Searched refs:IP_VS_RTAB_SIZE (Results 1 – 2 of 2) sorted by relevance
837 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS) macro838 #define IP_VS_RTAB_MASK (IP_VS_RTAB_SIZE - 1)840 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
4156 for (idx = 0; idx < IP_VS_RTAB_SIZE; idx++) in ip_vs_control_net_init()