Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnetfilter.h370 struct nf_nat_hook { struct
380 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument
386 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
389 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/linux-6.1.9/net/netfilter/
Dnf_nat_core.c1119 static const struct nf_nat_hook nat_hook = {
1152 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()
1153 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()
1157 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_init()
1174 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
Dcore.c672 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
673 EXPORT_SYMBOL_GPL(nf_nat_hook);
Dnf_conntrack_core.c1689 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()
1692 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()
2197 const struct nf_nat_hook *nat_hook; in __nf_conntrack_update()
2244 nat_hook = rcu_dereference(nf_nat_hook); in __nf_conntrack_update()
Dnf_conntrack_netlink.c1857 const struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()
1860 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()
1872 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()