Searched defs:netns_ipvs (Results 1 – 1 of 1) sorted by relevance
788 struct netns_ipvs { struct789 int gen; /* Generation */790 int enable; /* enable like nf_hooks do */798 struct list_head rs_table[IP_VS_RTAB_SIZE];800 struct list_head app_list;802 struct ip_vs_app *ftp_app;805 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];811 struct list_head tcp_apps[TCP_APP_TAB_SIZE];812 spinlock_t tcp_app_lock;819 struct list_head udp_apps[UDP_APP_TAB_SIZE];[all …]