Searched refs:nf_nat_hook (Results 1 – 4 of 4) sorted by relevance
384 struct nf_nat_hook { struct391 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument397 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()
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()1362 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
688 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;689 EXPORT_SYMBOL_GPL(nf_nat_hook);
1737 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()1740 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()