Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/netfilter/
Dnf_conntrack_h323.h90 extern int (*nat_q931_hook) (struct sk_buff *skb, struct nf_conn *ct,
/Linux-v5.10/net/ipv4/netfilter/
Dnf_nat_h323.c593 BUG_ON(nat_q931_hook != NULL); in init()
603 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
620 RCU_INIT_POINTER(nat_q931_hook, NULL); in fini()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_h323_main.c103 int (*nat_q931_hook) (struct sk_buff *skb, variable
1257 typeof(nat_q931_hook) nat_q931; in expect_q931()
1281 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()
1848 EXPORT_SYMBOL_GPL(nat_q931_hook);