Home
last modified time | relevance | path

Searched refs:nf_nat_sip_hooks (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h110 struct nf_nat_sip_hooks { struct
167 extern const struct nf_nat_sip_hooks __rcu *nf_nat_sip_hooks; argument
/linux/net/netfilter/
H A Dnf_nat_sip.c651 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()