Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_h323.h89 extern int (*nat_q931_hook) (struct sk_buff *skb, struct nf_conn *ct,
/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_h323.c594 BUG_ON(nat_q931_hook != NULL); in init()
604 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
621 RCU_INIT_POINTER(nat_q931_hook, NULL); in fini()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_main.c104 int (*nat_q931_hook) (struct sk_buff *skb, variable
1263 typeof(nat_q931_hook) nat_q931; in expect_q931()
1287 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()
1854 EXPORT_SYMBOL_GPL(nat_q931_hook);