Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_h323.h74 extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_h323.c589 BUG_ON(nat_h245_hook != NULL); in init()
599 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()
616 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c89 int (*nat_h245_hook) (struct sk_buff *skb, variable
690 typeof(nat_h245_hook) nat_h245; in expect_h245()
710 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245()
1896 EXPORT_SYMBOL_GPL(nat_h245_hook);