nat_h245_hook      76 include/linux/netfilter/nf_conntrack_h323.h extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
nat_h245_hook     591 net/ipv4/netfilter/nf_nat_h323.c 	BUG_ON(nat_h245_hook != NULL);
nat_h245_hook     601 net/ipv4/netfilter/nf_nat_h323.c 	RCU_INIT_POINTER(nat_h245_hook, nat_h245);
nat_h245_hook     618 net/ipv4/netfilter/nf_nat_h323.c 	RCU_INIT_POINTER(nat_h245_hook, NULL);
nat_h245_hook      89 net/netfilter/nf_conntrack_h323_main.c int (*nat_h245_hook) (struct sk_buff *skb,
nat_h245_hook     677 net/netfilter/nf_conntrack_h323_main.c 	typeof(nat_h245_hook) nat_h245;
nat_h245_hook     697 net/netfilter/nf_conntrack_h323_main.c 	    (nat_h245 = rcu_dereference(nat_h245_hook)) &&
nat_h245_hook    1846 net/netfilter/nf_conntrack_h323_main.c EXPORT_SYMBOL_GPL(nat_h245_hook);