Home
last modified time | relevance | path

Searched defs:netns_ipvs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dip_vs.h832 struct netns_ipvs { struct
833 int gen; /* Generation */
834 int enable; /* enable like nf_hooks do */
840 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
842 struct list_head app_list;
845 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
851 struct list_head tcp_apps[TCP_APP_TAB_SIZE];
858 struct list_head udp_apps[UDP_APP_TAB_SIZE];
866 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];
869 atomic_t conn_count; /* connection counter */
[all …]
/kernel/linux/linux-4.19/include/net/
Dip_vs.h830 struct netns_ipvs { struct
831 int gen; /* Generation */
832 int enable; /* enable like nf_hooks do */
838 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
840 struct list_head app_list;
843 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
849 struct list_head tcp_apps[TCP_APP_TAB_SIZE];
856 struct list_head udp_apps[UDP_APP_TAB_SIZE];
864 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];
867 atomic_t conn_count; /* connection counter */
[all …]