Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dip_vs.h837 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS) macro
838 #define IP_VS_RTAB_MASK (IP_VS_RTAB_SIZE - 1)
840 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_ctl.c4157 for (idx = 0; idx < IP_VS_RTAB_SIZE; idx++) in ip_vs_control_net_init()