Searched defs:netns_ipvs (Results 1 – 2 of 2) sorted by relevance
896 struct netns_ipvs { struct897 int gen; /* Generation */898 int enable; /* enable like nf_hooks do */904 struct hlist_head rs_table[IP_VS_RTAB_SIZE];906 struct list_head app_list;909 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];915 struct list_head tcp_apps[TCP_APP_TAB_SIZE];922 struct list_head udp_apps[UDP_APP_TAB_SIZE];930 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];933 atomic_t conn_count; /* connection counter */[all …]
834 struct netns_ipvs { struct835 int gen; /* Generation */836 int enable; /* enable like nf_hooks do */842 struct hlist_head rs_table[IP_VS_RTAB_SIZE];844 struct list_head app_list;847 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];853 struct list_head tcp_apps[TCP_APP_TAB_SIZE];860 struct list_head udp_apps[UDP_APP_TAB_SIZE];868 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];871 atomic_t conn_count; /* connection counter */[all …]