Searched refs:nfct_h323_nat_hook (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netfilter/
H A Dnf_conntrack_h323_main.c54 const struct nfct_h323_nat_hooks __rcu *nfct_h323_nat_hook __read_mostly;
55 EXPORT_SYMBOL_GPL(nfct_h323_nat_hook); variable
248 nathook = rcu_dereference(nfct_h323_nat_hook);
308 nathook = rcu_dereference(nfct_h323_nat_hook);
647 nathook = rcu_dereference(nfct_h323_nat_hook);
771 nathook = rcu_dereference(nfct_h323_nat_hook);
817 nathook = rcu_dereference(nfct_h323_nat_hook);
1239 nathook = rcu_dereference(nfct_h323_nat_hook);
1269 nathook = rcu_dereference(nfct_h323_nat_hook);
1338 nathook = rcu_dereference(nfct_h323_nat_hook);
[all...]
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_h323.h94 extern const struct nfct_h323_nat_hooks __rcu *nfct_h323_nat_hook;
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_h323.c545 RCU_INIT_POINTER(nfct_h323_nat_hook, &nathooks);
554 RCU_INIT_POINTER(nfct_h323_nat_hook, NULL);

Completed in 144 milliseconds