Home
last modified time | relevance | path

Searched defs:netns_nf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/netns/
H A Dnetfilter.h11 struct netns_nf { struct
13 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 ctl_table_header *nf_lwtnl_dir_header;
22 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
23 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
25 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
28 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
31 unsigned int defrag_ipv4_users;
[all …]