Searched refs:nat_h245 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 332 static int nat_h245(struct sk_buff *skb, struct nf_conn *ct, in nat_h245() function 599 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_h323_main.c | 690 typeof(nat_h245_hook) nat_h245; in expect_h245() 710 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245() 714 ret = nat_h245(skb, ct, ctinfo, protoff, data, dataoff, taddr, in expect_h245()
|