Searched refs:nat_rtp_rtcp_hook (Results 1 – 3 of 3) sorted by relevance
61 extern int (*nat_rtp_rtcp_hook) (struct sk_buff *skb,
589 BUG_ON(nat_rtp_rtcp_hook != NULL); in init()599 RCU_INIT_POINTER(nat_rtp_rtcp_hook, nat_rtp_rtcp); in init()616 RCU_INIT_POINTER(nat_rtp_rtcp_hook, NULL); in fini()
73 int (*nat_rtp_rtcp_hook) (struct sk_buff *skb, variable268 typeof(nat_rtp_rtcp_hook) nat_rtp_rtcp; in expect_rtp_rtcp()301 (nat_rtp_rtcp = rcu_dereference(nat_rtp_rtcp_hook)) && in expect_rtp_rtcp()1844 EXPORT_SYMBOL_GPL(nat_rtp_rtcp_hook);