Searched defs:netns_nf (Results 1 – 1 of 1) sorted by relevance
11 struct netns_nf { struct13 struct proc_dir_entry *proc_netfilter;15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];17 struct ctl_table_header *nf_log_dir_header;19 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];20 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];22 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];25 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];28 struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS];31 unsigned int defrag_ipv4_users;[all …]
Completed in 3 milliseconds