nat_callforwarding_hook   82 include/linux/netfilter/nf_conntrack_h323.h extern int (*nat_callforwarding_hook) (struct sk_buff *skb,
nat_callforwarding_hook  592 net/ipv4/netfilter/nf_nat_h323.c 	BUG_ON(nat_callforwarding_hook != NULL);
nat_callforwarding_hook  602 net/ipv4/netfilter/nf_nat_h323.c 	RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding);
nat_callforwarding_hook  619 net/ipv4/netfilter/nf_nat_h323.c 	RCU_INIT_POINTER(nat_callforwarding_hook, NULL);
nat_callforwarding_hook   96 net/netfilter/nf_conntrack_h323_main.c int (*nat_callforwarding_hook) (struct sk_buff *skb,
nat_callforwarding_hook  793 net/netfilter/nf_conntrack_h323_main.c 	typeof(nat_callforwarding_hook) nat_callforwarding;
nat_callforwarding_hook  820 net/netfilter/nf_conntrack_h323_main.c 	    (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) &&
nat_callforwarding_hook 1847 net/netfilter/nf_conntrack_h323_main.c EXPORT_SYMBOL_GPL(nat_callforwarding_hook);