Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_h323.c516 static int nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, in nat_callforwarding() function
600 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_h323_main.c812 typeof(nat_callforwarding_hook) nat_callforwarding; in expect_callforwarding()
838 (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) && in expect_callforwarding()
842 ret = nat_callforwarding(skb, ct, ctinfo, in expect_callforwarding()