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,
587 BUG_ON(nat_rtp_rtcp_hook != NULL); in init()597 RCU_INIT_POINTER(nat_rtp_rtcp_hook, nat_rtp_rtcp); in init()614 RCU_INIT_POINTER(nat_rtp_rtcp_hook, NULL); in fini()
73 int (*nat_rtp_rtcp_hook) (struct sk_buff *skb, variable271 typeof(nat_rtp_rtcp_hook) nat_rtp_rtcp; in expect_rtp_rtcp()304 (nat_rtp_rtcp = rcu_dereference(nat_rtp_rtcp_hook)) && in expect_rtp_rtcp()1894 EXPORT_SYMBOL_GPL(nat_rtp_rtcp_hook);