Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/ipvs/
Dip_vs_ctl.c261 #define IP_VS_SVC_TAB_SIZE (1 << IP_VS_SVC_TAB_BITS) macro
262 #define IP_VS_SVC_TAB_MASK (IP_VS_SVC_TAB_SIZE - 1)
265 static struct hlist_head ip_vs_svc_table[IP_VS_SVC_TAB_SIZE];
267 static struct hlist_head ip_vs_svc_fwm_table[IP_VS_SVC_TAB_SIZE];
1621 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1632 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1700 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_dst_event()
1750 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
1757 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
2073 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_info_array()
[all …]