Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetfilter.h380 struct nf_nat_hook { struct
387 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument
393 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
396 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/linux/net/netfilter/
A Dnf_nat_core.c1322 static const struct nf_nat_hook nat_hook = {
1354 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()
1355 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()
1359 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_init()
1376 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
A Dcore.c691 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
692 EXPORT_SYMBOL_GPL(nf_nat_hook);
A Dnf_conntrack_core.c1725 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()
1728 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()
A Dnf_conntrack_netlink.c1853 const struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()
1856 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()
1868 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()

Completed in 21 milliseconds