Searched refs:ipf_global (Results 1 – 4 of 4) sorted by relevance
23 ipfrwlock_t ipf_mutex, ipf_global, ipf_ipidfrag, ip_poolrw, ipf_frcache; variable
8014 WRITE_ENTER(&softc->ipf_global);8032 RWLOCK_EXIT(&softc->ipf_global);8216 WRITE_ENTER(&softc->ipf_global);8223 RWLOCK_EXIT(&softc->ipf_global);9099 RWLOCK_INIT(&softc->ipf_global, "ipf filter load/unload mutex");9182 RW_DESTROY(&softc->ipf_global);
205 callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK); in ipfattach()
1515 ipfrwlock_t ipf_global; member