Searched refs:nat_q931 (Results 1 – 2 of 2) sorted by relevance
422 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() function603 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
1257 typeof(nat_q931_hook) nat_q931; in expect_q931() local1281 nat_q931 = rcu_dereference(nat_q931_hook); in expect_q931()1282 if (nat_q931 && nf_ct_l3num(ct) == NFPROTO_IPV4 && in expect_q931()1284 ret = nat_q931(skb, ct, ctinfo, protoff, data, in expect_q931()