Home
last modified time | relevance | path

Searched refs:nf_nat_hook (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnetfilter.h369 struct nf_nat_hook { struct
378 extern struct nf_nat_hook __rcu *nf_nat_hook; argument
384 struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
387 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/kernel/linux/linux-5.10/net/netfilter/
Dcore.c653 struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
654 EXPORT_SYMBOL_GPL(nf_nat_hook);
Dnf_nat_core.c1143 static struct nf_nat_hook nat_hook = {
1183 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()
1184 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()
1197 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
Dnf_conntrack_core.c2001 struct nf_nat_hook *nat_hook; in __nf_conntrack_update()
2046 nat_hook = rcu_dereference(nf_nat_hook); in __nf_conntrack_update()
Dnf_conntrack_netlink.c1795 struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()
1798 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()
1810 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()