Home
last modified time | relevance | path

Searched refs:IP_VS_SVC_TAB_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_ctl.c253 #define IP_VS_SVC_TAB_SIZE (1 << IP_VS_SVC_TAB_BITS) macro
254 #define IP_VS_SVC_TAB_MASK (IP_VS_SVC_TAB_SIZE - 1)
257 static struct hlist_head ip_vs_svc_table[IP_VS_SVC_TAB_SIZE];
259 static struct hlist_head ip_vs_svc_fwm_table[IP_VS_SVC_TAB_SIZE];
1504 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1515 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1577 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_dst_event()
1627 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
1634 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
1946 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_info_array()
[all …]