Home
last modified time | relevance | path

Searched refs:nat_h245_hook (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/netfilter/
Dnf_conntrack_h323.h72 extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_h323.c590 BUG_ON(nat_h245_hook != NULL); in init()
600 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()
617 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini()
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_main.c86 int (*nat_h245_hook) (struct sk_buff *skb, variable
671 typeof(nat_h245_hook) nat_h245; in expect_h245()
691 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245()
1828 EXPORT_SYMBOL_GPL(nat_h245_hook);