Searched refs:nf_nat_hook (Results 1 – 5 of 5) sorted by relevance
360 struct nf_nat_hook { struct369 extern struct nf_nat_hook __rcu *nf_nat_hook; argument375 struct nf_nat_hook *nat_hook; in nf_nat_decode_session()378 nat_hook = rcu_dereference(nf_nat_hook); in nf_nat_decode_session()
556 struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;557 EXPORT_SYMBOL_GPL(nf_nat_hook);
1143 static struct nf_nat_hook nat_hook = {1182 WARN_ON(nf_nat_hook != NULL); in nf_nat_init()1183 RCU_INIT_POINTER(nf_nat_hook, &nat_hook); in nf_nat_init()1196 RCU_INIT_POINTER(nf_nat_hook, NULL); in nf_nat_cleanup()
1887 struct nf_nat_hook *nat_hook; in nf_conntrack_update()1937 nat_hook = rcu_dereference(nf_nat_hook); in nf_conntrack_update()
1513 struct nf_nat_hook *nat_hook; in ctnetlink_parse_nat_setup()1516 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()1528 nat_hook = rcu_dereference(nf_nat_hook); in ctnetlink_parse_nat_setup()