Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c103 RWLOCK_INIT(&ifs->ifs_ipf_global, "ipf filter load/unload mutex");
104 RWLOCK_INIT(&ifs->ifs_ipf_mutex, "ipf filter rwlock");
105 RWLOCK_INIT(&ifs->ifs_ipf_ipidfrag, "ipf IP NAT-Frag rwlock");
106 RWLOCK_INIT(&ifs->ifs_ipf_frcache, "ipf rule cache rwlock");
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h271 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y), \ macro
445 # define RWLOCK_INIT(x, y) lock_init3(&(x)->ipf_lk, 0, 1, 0, 0, y) macro
454 # define RWLOCK_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, y) macro
598 # define RWLOCK_INIT(x, y) mrinit(&(x)->ipf_lk, y) macro
676 # define RWLOCK_INIT(x, y) lock_init(&(x)->ipf_lk, TRUE) macro
908 # define RWLOCK_INIT(x,y) mtx_init(&(x)->ipf_lk, (y), NULL,\ macro
915 # define RWLOCK_INIT(x, y) sx_init(&(x)->ipf_lk, (y)) macro
1135 # define RWLOCK_INIT(x,y) rwlock_init(&(x)->ipf_lk) macro
1273 # define RWLOCK_INIT(x, y) lock_alloc(&(x)->ipf_lk, \ macro
1512 # define RWLOCK_INIT(x, y) eMrwlock_init(&(x)->ipf_emu, y) macro
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c446 RWLOCK_INIT(&ifs->ifs_ipf_global, "ipf filter load/unload mutex"); in ipf_stack_create_one()
447 RWLOCK_INIT(&ifs->ifs_ipf_mutex, "ipf filter rwlock"); in ipf_stack_create_one()
448 RWLOCK_INIT(&ifs->ifs_ipf_frcache, "ipf cache rwlock"); in ipf_stack_create_one()
H A Dip_lookup.c96 RWLOCK_INIT(&ifs->ifs_ip_poolrw, "ip pool rwlock");
H A Dip_frag.c153 RWLOCK_INIT(&ifs->ifs_ipf_frag, "ipf fragment rwlock");
H A Dip_pool.c122 RWLOCK_INIT(&ifs->ifs_ip_poolrw, "poolrw");
H A Dip_auth.c153 RWLOCK_INIT(&ifs->ifs_ipf_auth, "ipf IP User-Auth rwlock");
H A Dip_fil_solaris.c365 RWLOCK_INIT(&ifs->ifs_ipf_ipidfrag, "ipf IP NAT-Frag rwlock");
366 RWLOCK_INIT(&ifs->ifs_ipf_tokens, "ipf token rwlock");
H A Dip_nat.c289 RWLOCK_INIT(&ifs->ifs_ipf_nat, "ipf IP NAT rwlock");
290 RWLOCK_INIT(&ifs->ifs_ipf_natfrag, "ipf IP NAT-Frag rwlock");
H A Dip_state.c264 RWLOCK_INIT(&ifs->ifs_ipf_state, "ipf IP state rwlock");