Searched refs:nf_nat_hook (Results 1 – 5 of 5) sorted by relevance
372 struct nf_nat_hook { struct382 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument388 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()391 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
1203 static const struct nf_nat_hook nat_hook = {1236 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()1237 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()1241 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_init()1258 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
693 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;694 EXPORT_SYMBOL_GPL(nf_nat_hook);
1681 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()1684 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()2178 const struct nf_nat_hook *nat_hook; in __nf_conntrack_update()2225 nat_hook = rcu_dereference(nf_nat_hook); in __nf_conntrack_update()
1850 const struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()1853 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()1865 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()