Searched refs:nf_nat_hook (Results 1 – 4 of 4) sorted by relevance
391 struct nf_nat_hook { struct398 extern const struct nf_nat_hook __rcu *nf_nat_hook; argument404 const struct nf_nat_hook *nat_hook; in nf_nat_decode_session()407 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
1184 if (WARN_ON_ONCE(!nf_nat_hook)) in nf_nat_register_fn()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()1363 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
1730 const struct nf_nat_hook *nat_hook; in nf_conntrack_free()1732 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_free()
1855 const struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup() 1858 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup() 1870 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()