Home
last modified time | relevance | path

Searched refs:RW_DESTROY (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h130 # define RW_DESTROY(x) rw_destroy(&(x)->ipf_lk) macro
382 # define RW_DESTROY(x) eMrwlock_destroy(&(x)->ipf_emu) macro
614 # undef RW_DESTROY
625 # define RW_DESTROY(x) ; macro
Dip_frag.c216 RW_DESTROY(&softf->ipfr_ipidfrag); in ipf_frag_soft_destroy()
217 RW_DESTROY(&softf->ipfr_frag); in ipf_frag_soft_destroy()
218 RW_DESTROY(&softf->ipfr_natfrag); in ipf_frag_soft_destroy()
Dip_dns_pxy.c89 RW_DESTROY(&softd->ipf_p_dns_rwlock); in ipf_p_dns_soft_destroy()
Dip_scan.c95 RW_DESTROY(&ipf_scan_rwlock); in ipf_scan_unload()
Dip_sync.c275 RW_DESTROY(&softs->ipf_syncnat); in ipf_sync_soft_fini()
276 RW_DESTROY(&softs->ipf_syncstate); in ipf_sync_soft_fini()
Dfil.c9092 RW_DESTROY(&softc->ipf_frag);
9093 RW_DESTROY(&softc->ipf_poolrw);
9094 RW_DESTROY(&softc->ipf_nat);
9095 RW_DESTROY(&softc->ipf_state);
9096 RW_DESTROY(&softc->ipf_tokens);
9097 RW_DESTROY(&softc->ipf_mutex);
9098 RW_DESTROY(&softc->ipf_global);
Dip_auth.c298 RW_DESTROY(&softa->ipf_authlk); in ipf_auth_soft_destroy()