Home
last modified time | relevance | path

Searched refs:nat_callforwarding_hook (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/netfilter/
Dnf_conntrack_h323.h77 extern int (*nat_callforwarding_hook) (struct sk_buff *skb,
/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_h323.c591 BUG_ON(nat_callforwarding_hook != NULL); in init()
601 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init()
618 RCU_INIT_POINTER(nat_callforwarding_hook, NULL); in fini()
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_main.c92 int (*nat_callforwarding_hook) (struct sk_buff *skb, variable
788 typeof(nat_callforwarding_hook) nat_callforwarding; in expect_callforwarding()
814 (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) && in expect_callforwarding()
1829 EXPORT_SYMBOL_GPL(nat_callforwarding_hook);