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);942 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp()1027 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()1049 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp()1117 const struct nf_nat_sip_hooks *hooks; in process_sdp()1123 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1213 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp()1317 const struct nf_nat_sip_hooks *hooks; in process_register_request()1389 hooks = rcu_dereference(nf_nat_sip_hooks); in process_register_request()[all …]
655 RCU_INIT_POINTER(nf_nat_sip_hooks, NULL); in nf_nat_sip_fini()660 static const struct nf_nat_sip_hooks sip_hooks = {672 BUG_ON(nf_nat_sip_hooks != NULL); in nf_nat_sip_init()674 RCU_INIT_POINTER(nf_nat_sip_hooks, &sip_hooks); in nf_nat_sip_init()