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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_mh.c59 #define IP_VS_MH_TAB_SIZE primes[IP_VS_MH_TAB_INDEX] macro
112 for (i = 0; i < IP_VS_MH_TAB_SIZE; i++) {
145 IP_VS_MH_TAB_SIZE;
148 (IP_VS_MH_TAB_SIZE - 1) + 1;
177 table = bitmap_zalloc(IP_VS_MH_TAB_SIZE, GFP_KERNEL);
184 while (n < IP_VS_MH_TAB_SIZE) {
199 /* Add skip, mod IP_VS_MH_TAB_SIZE */
201 if (ds->perm >= IP_VS_MH_TAB_SIZE)
202 ds->perm -= IP_VS_MH_TAB_SIZE;
217 if (++n == IP_VS_MH_TAB_SIZE)
[all...]

Completed in 82 milliseconds