Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_h323.c517 static int nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, in nat_callforwarding() function
601 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init()
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_main.c788 typeof(nat_callforwarding_hook) nat_callforwarding; in expect_callforwarding() local
814 (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) && in expect_callforwarding()
817 ret = nat_callforwarding(skb, ct, ctinfo, data, dataoff, in expect_callforwarding()