Searched refs:RWLOCK_INIT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c71 RWLOCK_INIT(&softd->ipf_p_dns_rwlock, "ipf dns rwlock");
H A Dip_compat.h129 # define RWLOCK_INIT(x,y) rw_init(&(x)->ipf_lk, (y)) macro
387 # define RWLOCK_INIT(x, y) eMrwlock_init(&(x)->ipf_emu, y) macro
630 # define RWLOCK_INIT(x, y) ; macro
H A Dip_frag.c177 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock");
178 RWLOCK_INIT(&softf->ipfr_frag, "ipf fragment rwlock");
179 RWLOCK_INIT(&softf->ipfr_natfrag, "ipf NAT fragment rwlock");
H A Dip_scan.c85 RWLOCK_INIT(&ipf_scan_rwlock, "ip scan rwlock");
H A Dip_sync.c222 RWLOCK_INIT(&softs->ipf_syncstate, "add things to state sync table");
223 RWLOCK_INIT(&softs->ipf_syncnat, "add things to nat sync table");
H A Dip_pool.c146 RWLOCK_INIT(softc->ipf_poolrw, "poolrw");
H A Dip_auth.c180 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock");
H A Dfil.c9306 RWLOCK_INIT(&softc->ipf_global, "ipf filter load/unload mutex");
9307 RWLOCK_INIT(&softc->ipf_mutex, "ipf filter rwlock");
9308 RWLOCK_INIT(&softc->ipf_tokens, "ipf token rwlock");
9309 RWLOCK_INIT(&softc->ipf_state, "ipf state rwlock");
9310 RWLOCK_INIT(&softc->ipf_nat, "ipf IP NAT rwlock");
9311 RWLOCK_INIT(&softc->ipf_poolrw, "ipf pool rwlock");
9312 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock");

Completed in 123 milliseconds