Searched refs:nf_nat_sip_hooks (Results 1 – 3 of 3) sorted by relevance
110 struct nf_nat_sip_hooks { struct167 extern const struct nf_nat_sip_hooks *nf_nat_sip_hooks; argument
55 const struct nf_nat_sip_hooks *nf_nat_sip_hooks; variable56 EXPORT_SYMBOL_GPL(nf_nat_sip_hooks);859 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp()916 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()940 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()997 const struct nf_nat_sip_hooks *hooks; in process_sdp()1002 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1085 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1189 const struct nf_nat_sip_hooks *hooks; in process_register_request()1256 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()