Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netns/
Dnetfilter.h11 struct netns_nf { struct
13 struct proc_dir_entry *proc_netfilter;
15 const struct nf_queue_handler __rcu *queue_handler;
16 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
18 struct ctl_table_header *nf_log_dir_header;
20 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
21 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
23 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
26 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
29 bool defrag_ipv4;
[all …]
/kernel/linux/linux-6.6/include/net/netns/
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 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 unsigned int defrag_ipv4_users;
31 unsigned int defrag_ipv6_users;