Searched defs:netns_ipvs (Results 1 – 2 of 2) sorted by relevance
133285 struct netns_ipvs { struct133286 int gen;133287 int enable;133288 struct hlist_head rs_table[16];133289 struct list_head app_list;133290 struct ip_vs_proto_data *proto_data_table[32];133291 struct list_head tcp_apps[16];133292 struct list_head udp_apps[16];133293 struct list_head sctp_apps[16];133294 atomic_t conn_count;[all …]