Home
last modified time | relevance | path

Searched refs:ipf_global (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/ipftest/
H A Dipftest.c23 ipfrwlock_t ipf_mutex, ipf_global, ipf_ipidfrag, ip_poolrw, ipf_frcache; variable
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c8014 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);
H A Dip_fil_freebsd.c205 callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK); in ipfattach()
H A Dip_fil.h1515 ipfrwlock_t ipf_global; member