Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h127 # define RW_DESTROY(x) rw_destroy(&(x)->ipf_lk) macro
380 # define RW_DESTROY(x) eMrwlock_destroy(&(x)->ipf_emu) macro
612 # undef RW_DESTROY
623 # define RW_DESTROY(x) ; macro
H A Dip_frag.c210 RW_DESTROY(&softf->ipfr_ipidfrag); in ipf_frag_soft_destroy()
211 RW_DESTROY(&softf->ipfr_frag); in ipf_frag_soft_destroy()
212 RW_DESTROY(&softf->ipfr_natfrag); in ipf_frag_soft_destroy()
H A Dip_dns_pxy.c89 RW_DESTROY(&softd->ipf_p_dns_rwlock); in ipf_p_dns_soft_destroy()
H A Dip_scan.c91 RW_DESTROY(&ipf_scan_rwlock); in ipf_scan_unload()
H A Dip_sync.c271 RW_DESTROY(&softs->ipf_syncnat); in ipf_sync_soft_fini()
272 RW_DESTROY(&softs->ipf_syncstate); in ipf_sync_soft_fini()
H A Dfil.c9086 RW_DESTROY(&softc->ipf_frag);
9087 RW_DESTROY(&softc->ipf_poolrw);
9088 RW_DESTROY(&softc->ipf_nat);
9089 RW_DESTROY(&softc->ipf_state);
9090 RW_DESTROY(&softc->ipf_tokens);
9091 RW_DESTROY(&softc->ipf_mutex);
9092 RW_DESTROY(&softc->ipf_global);
H A Dip_auth.c293 RW_DESTROY(&softa->ipf_authlk); in ipf_auth_soft_destroy()