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.h384 struct nf_nat_hook { struct
391 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument
397 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
400 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/linux/net/netfilter/
H A Dnf_nat_core.c1308 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()
1362 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
H A Dcore.c688 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
689 EXPORT_SYMBOL_GPL(nf_nat_hook);
H A Dnf_conntrack_core.c1737 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()
1740 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()