Searched refs:nat_t120 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 281 static int nat_t120(struct sk_buff *skb, struct nf_conn *ct, in nat_t120() function 598 RCU_INIT_POINTER(nat_t120_hook, nat_t120); in init()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_h323_main.c | 344 typeof(nat_t120_hook) nat_t120; in expect_t120() 364 (nat_t120 = rcu_dereference(nat_t120_hook)) && in expect_t120() 368 ret = nat_t120(skb, ct, ctinfo, protoff, data, dataoff, taddr, in expect_t120()
|