Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_h323.c423 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() function
601 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c1301 typeof(nat_q931_hook) nat_q931; in expect_q931()
1325 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()
1326 if (nat_q931 && nf_ct_l3num(ct) == NFPROTO_IPV4 && in expect_q931()
1328 ret = nat_q931(skb, ct, ctinfo, protoff, data, in expect_q931()