Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_vs.h1156 struct netns_ipvs { struct
1157 int gen; /* Generation */
1158 int enable; /* enable like nf_hooks do */
1164 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
1166 struct list_head app_list;
1169 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
1175 struct list_head tcp_apps[TCP_APP_TAB_SIZE];
1182 struct list_head udp_apps[UDP_APP_TAB_SIZE];
1190 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];
1193 atomic_t conn_count; /* connection counter */
[all …]