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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_h323.c485 static int nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, function
552 rcu_assign_pointer(nat_callforwarding_hook, nat_callforwarding);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_main.c781 typeof(nat_callforwarding_hook) nat_callforwarding;
807 (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) &&
810 ret = nat_callforwarding(skb, ct, ctinfo, data, dataoff,

Completed in 128 milliseconds