Searched refs:nf_nat_hook (Results 1 – 5 of 5) sorted by relevance
349 struct nf_nat_hook { struct358 extern struct nf_nat_hook __rcu *nf_nat_hook; argument364 struct nf_nat_hook *nat_hook; in nf_nat_decode_session()367 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
577 struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;578 EXPORT_SYMBOL_GPL(nf_nat_hook);
1036 static struct nf_nat_hook nat_hook = {1075 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()1076 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()1090 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
1738 struct nf_nat_hook *nat_hook; in nf_conntrack_update()1790 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_update()
1492 struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()1495 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()1507 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()