Searched defs:netns_nf (Results 1 – 1 of 1) sorted by relevance
12 struct netns_nf { struct14 struct proc_dir_entry *proc_netfilter;16 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];18 struct ctl_table_header *nf_log_dir_header;20 struct ctl_table_header *nf_lwtnl_dir_header;23 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];24 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];26 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];29 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];32 unsigned int defrag_ipv4_users;[all …]