Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h372 struct nf_nat_hook { struct
383 extern struct nf_nat_hook __rcu *nf_nat_hook; argument
389 struct nf_nat_hook *nat_hook; in nf_nat_decode_session()
392 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dcore.c654 struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
655 EXPORT_SYMBOL_GPL(nf_nat_hook);
H A 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()
H A Dnf_conntrack_core.c2002 struct nf_nat_hook *nat_hook; in __nf_conntrack_update()
2047 nat_hook = rcu_dereference(nf_nat_hook); in __nf_conntrack_update()
H A Dnf_conntrack_netlink.c1790 struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()
1793 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()
1805 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()