Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_frag.c170 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock"); in ipf_frag_soft_create()
171 RWLOCK_INIT(&softf->ipfr_frag, "ipf fragment rwlock"); in ipf_frag_soft_create()
172 RWLOCK_INIT(&softf->ipfr_natfrag, "ipf NAT fragment rwlock"); in ipf_frag_soft_create()
H A Dip_compat.h126 # define RWLOCK_INIT(x,y) rw_init(&(x)->ipf_lk, (y)) macro
378 # define RWLOCK_INIT(x, y) eMrwlock_init(&(x)->ipf_emu, y) macro
621 # define RWLOCK_INIT(x, y) ; macro
H A Dip_dns_pxy.c70 RWLOCK_INIT(&softd->ipf_p_dns_rwlock, "ipf dns rwlock"); in ipf_p_dns_soft_create()
H A Dip_scan.c81 RWLOCK_INIT(&ipf_scan_rwlock, "ip scan rwlock"); in ipf_scan_init()
H A Dip_sync.c215 RWLOCK_INIT(&softs->ipf_syncstate, "add things to state sync table"); in ipf_sync_soft_init()
216 RWLOCK_INIT(&softs->ipf_syncnat, "add things to nat sync table"); in ipf_sync_soft_init()
H A Dfil.c9011 RWLOCK_INIT(&softc->ipf_global, "ipf filter load/unload mutex");
9012 RWLOCK_INIT(&softc->ipf_mutex, "ipf filter rwlock");
9013 RWLOCK_INIT(&softc->ipf_tokens, "ipf token rwlock");
9014 RWLOCK_INIT(&softc->ipf_state, "ipf state rwlock");
9015 RWLOCK_INIT(&softc->ipf_nat, "ipf IP NAT rwlock");
9016 RWLOCK_INIT(&softc->ipf_poolrw, "ipf pool rwlock");
9017 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock");
H A Dip_auth.c174 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock"); in ipf_auth_soft_create()
H A Dip_pool.c140 RWLOCK_INIT(softc->ipf_poolrw, "poolrw"); in main()