Home
last modified time | relevance | path

Searched refs:nat_q931 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_h323.c423 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() function
604 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_main.c1263 typeof(nat_q931_hook) nat_q931; in expect_q931()
1287 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()
1288 if (nat_q931 && nf_ct_l3num(ct) == NFPROTO_IPV4 && in expect_q931()
1290 ret = nat_q931(skb, ct, ctinfo, protoff, data, in expect_q931()