Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfilter.h391 struct nf_nat_hook { struct
398 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument
404 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
407 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/linux/net/netfilter/
H A Dnf_nat_core.c1184 if (WARN_ON_ONCE(!nf_nat_hook)) in nf_nat_register_fn()
1308 static const struct nf_nat_hook nat_hook = {
1340 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()
1341 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()
1345 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_init()
1363 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
H A Dnf_conntrack_core.c1730 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()
1732 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()
H A Dnf_conntrack_netlink.c1855 const struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()
1858 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()
1870 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()