Searched refs:nf_nat_sip_hooks (Results 1 – 3 of 3) sorted by relevance
111 struct nf_nat_sip_hooks { struct168 extern const struct nf_nat_sip_hooks *nf_nat_sip_hooks; argument
57 const struct nf_nat_sip_hooks *nf_nat_sip_hooks; variable58 EXPORT_SYMBOL_GPL(nf_nat_sip_hooks);857 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp()913 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()935 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()999 const struct nf_nat_sip_hooks *hooks; in process_sdp()1004 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1087 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1191 const struct nf_nat_sip_hooks *hooks; in process_register_request()1258 hooks = rcu_dereference(nf_nat_sip_hooks); in process_register_request()[all …]
628 RCU_INIT_POINTER(nf_nat_sip_hooks, NULL); in nf_nat_sip_fini()634 static const struct nf_nat_sip_hooks sip_hooks = {646 BUG_ON(nf_nat_sip_hooks != NULL); in nf_nat_sip_init()647 RCU_INIT_POINTER(nf_nat_sip_hooks, &sip_hooks); in nf_nat_sip_init()