Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/netfilter/
Dnf_conntrack_h323.h76 extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
/Linux-v5.10/net/ipv4/netfilter/
Dnf_nat_h323.c591 BUG_ON(nat_h245_hook != NULL); in init()
601 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()
618 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_h323_main.c89 int (*nat_h245_hook) (struct sk_buff *skb, variable
677 typeof(nat_h245_hook) nat_h245; in expect_h245()
697 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245()
1846 EXPORT_SYMBOL_GPL(nat_h245_hook);