Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_h323.h88 extern int (*nat_q931_hook) (struct sk_buff *skb, struct nf_conn *ct,
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_h323.c591 BUG_ON(nat_q931_hook != NULL); in init()
601 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
618 RCU_INIT_POINTER(nat_q931_hook, NULL); in fini()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c103 int (*nat_q931_hook) (struct sk_buff *skb, variable
1301 typeof(nat_q931_hook) nat_q931; in expect_q931()
1325 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()
1898 EXPORT_SYMBOL_GPL(nat_q931_hook);