Searched refs:nat_rtp_rtcp_hook (Results 1 – 3 of 3) sorted by relevance
59 extern int (*nat_rtp_rtcp_hook) (struct sk_buff *skb,
588 BUG_ON(nat_rtp_rtcp_hook != NULL); in init()598 RCU_INIT_POINTER(nat_rtp_rtcp_hook, nat_rtp_rtcp); in init()615 RCU_INIT_POINTER(nat_rtp_rtcp_hook, NULL); in fini()
72 int (*nat_rtp_rtcp_hook) (struct sk_buff *skb, variable264 typeof(nat_rtp_rtcp_hook) nat_rtp_rtcp; in expect_rtp_rtcp()298 (nat_rtp_rtcp = rcu_dereference(nat_rtp_rtcp_hook)) && in expect_rtp_rtcp()1826 EXPORT_SYMBOL_GPL(nat_rtp_rtcp_hook);