Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_ctl.c260 #define IP_VS_SVC_TAB_SIZE (1 << IP_VS_SVC_TAB_BITS) macro
261 #define IP_VS_SVC_TAB_MASK (IP_VS_SVC_TAB_SIZE - 1)
264 static struct hlist_head ip_vs_svc_table[IP_VS_SVC_TAB_SIZE];
266 static struct hlist_head ip_vs_svc_fwm_table[IP_VS_SVC_TAB_SIZE];
1623 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1634 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1702 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_dst_event()
1752 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
1759 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
2071 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_info_array()
[all …]