Searched refs:nat_callforwarding_hook (Results 1 – 3 of 3) sorted by relevance
82 extern int (*nat_callforwarding_hook) (struct sk_buff *skb,
592 BUG_ON(nat_callforwarding_hook != NULL); in init()602 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init()619 RCU_INIT_POINTER(nat_callforwarding_hook, NULL); in fini()
96 int (*nat_callforwarding_hook) (struct sk_buff *skb, variable793 typeof(nat_callforwarding_hook) nat_callforwarding; in expect_callforwarding()820 (nat_callforwarding = rcu_dereference(nat_callforwarding_hook)) && in expect_callforwarding()1847 EXPORT_SYMBOL_GPL(nat_callforwarding_hook);