HomeSort by: relevance | last modified time | path
    Searched refs:RWLOCK_INIT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c 72 RWLOCK_INIT(&softd->ipf_p_dns_rwlock, "ipf dns rwlock");
ip_frag.c 196 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock");
197 RWLOCK_INIT(&softf->ipfr_frag, "ipf fragment rwlock");
198 RWLOCK_INIT(&softf->ipfr_natfrag, "ipf NAT fragment rwlock");
ip_compat.h 223 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk)
470 # define RWLOCK_INIT(x, y) eMrwlock_init(&(x)->ipf_emu, y)
726 # define RWLOCK_INIT(x, y) ;
ip_scan.c 100 RWLOCK_INIT(&ipf_scan_rwlock, "ip scan rwlock");
ip_sync.c 235 RWLOCK_INIT(&softs->ipf_syncstate, "add things to state sync table");
236 RWLOCK_INIT(&softs->ipf_syncnat, "add things to nat sync table");
ip_auth.c 226 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock");
ip_pool.c 169 RWLOCK_INIT(softc->ipf_poolrw, "poolrw");
fil.c 9029 RWLOCK_INIT(&softc->ipf_global, "ipf filter load/unload mutex");
9030 RWLOCK_INIT(&softc->ipf_mutex, "ipf filter rwlock");
9031 RWLOCK_INIT(&softc->ipf_tokens, "ipf token rwlock");
9032 RWLOCK_INIT(&softc->ipf_state, "ipf state rwlock");
9033 RWLOCK_INIT(&softc->ipf_nat, "ipf IP NAT rwlock");
9034 RWLOCK_INIT(&softc->ipf_poolrw, "ipf pool rwlock");
9035 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock");

Completed in 23 milliseconds