Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c184 READ_ENTER(&softc->ipf_global);
198 RWLOCK_EXIT(&softc->ipf_global);
H A Dfil.c8199 WRITE_ENTER(&softc->ipf_global);
8217 RWLOCK_EXIT(&softc->ipf_global);
8401 WRITE_ENTER(&softc->ipf_global);
8408 RWLOCK_EXIT(&softc->ipf_global);
9308 RWLOCK_INIT(&softc->ipf_global, "ipf filter load/unload mutex");
9386 RW_DESTROY(&softc->ipf_global);
H A Dip_fil.h1514 ipfrwlock_t ipf_global; member