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 __rcu *nf_nat_sip_hooks; argument
63 const struct nf_nat_sip_hooks __rcu *nf_nat_sip_hooks; variable64 EXPORT_SYMBOL_GPL(nf_nat_sip_hooks);863 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp()949 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()971 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()1039 const struct nf_nat_sip_hooks *hooks; in process_sdp()1044 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1127 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1231 const struct nf_nat_sip_hooks *hooks; in process_register_request()1303 hooks = rcu_dereference(nf_nat_sip_hooks); in process_register_request()[all …]
651 RCU_INIT_POINTER(nf_nat_sip_hooks, NULL); in nf_nat_sip_fini()656 static const struct nf_nat_sip_hooks sip_hooks = {668 BUG_ON(nf_nat_sip_hooks != NULL); in nf_nat_sip_init()670 RCU_INIT_POINTER(nf_nat_sip_hooks, &sip_hooks); in nf_nat_sip_init()