Searched refs:nat_q931 (Results 1 – 2 of 2) sorted by relevance
423 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() function601 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
1301 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()