Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_ctl.c301 #define IP_VS_SVC_TAB_SIZE (1 << IP_VS_SVC_TAB_BITS) macro
302 #define IP_VS_SVC_TAB_MASK (IP_VS_SVC_TAB_SIZE - 1)
305 static struct hlist_head ip_vs_svc_table[IP_VS_SVC_TAB_SIZE];
307 static struct hlist_head ip_vs_svc_fwm_table[IP_VS_SVC_TAB_SIZE];
1703 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1714 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_flush()
1779 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_dst_event()
1828 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
1835 for(idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_zero_all()
2308 for (idx = 0; idx < IP_VS_SVC_TAB_SIZE; idx++) { in ip_vs_info_array()
[all …]