Symbol: RWLOCK_INIT
usr/src/cmd/ipf/tools/ipftest.c
103
RWLOCK_INIT(&ifs->ifs_ipf_global, "ipf filter load/unload mutex");
usr/src/cmd/ipf/tools/ipftest.c
104
RWLOCK_INIT(&ifs->ifs_ipf_mutex, "ipf filter rwlock");
usr/src/cmd/ipf/tools/ipftest.c
105
RWLOCK_INIT(&ifs->ifs_ipf_ipidfrag, "ipf IP NAT-Frag rwlock");
usr/src/cmd/ipf/tools/ipftest.c
106
RWLOCK_INIT(&ifs->ifs_ipf_frcache, "ipf rule cache rwlock");
usr/src/uts/common/inet/ipf/ip_auth.c
153
RWLOCK_INIT(&ifs->ifs_ipf_auth, "ipf IP User-Auth rwlock");
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
365
RWLOCK_INIT(&ifs->ifs_ipf_ipidfrag, "ipf IP NAT-Frag rwlock");
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
366
RWLOCK_INIT(&ifs->ifs_ipf_tokens, "ipf token rwlock");
usr/src/uts/common/inet/ipf/ip_frag.c
153
RWLOCK_INIT(&ifs->ifs_ipf_frag, "ipf fragment rwlock");
usr/src/uts/common/inet/ipf/ip_lookup.c
96
RWLOCK_INIT(&ifs->ifs_ip_poolrw, "ip pool rwlock");
usr/src/uts/common/inet/ipf/ip_nat.c
289
RWLOCK_INIT(&ifs->ifs_ipf_nat, "ipf IP NAT rwlock");
usr/src/uts/common/inet/ipf/ip_nat.c
290
RWLOCK_INIT(&ifs->ifs_ipf_natfrag, "ipf IP NAT-Frag rwlock");
usr/src/uts/common/inet/ipf/ip_pool.c
122
RWLOCK_INIT(&ifs->ifs_ip_poolrw, "poolrw");
usr/src/uts/common/inet/ipf/ip_state.c
264
RWLOCK_INIT(&ifs->ifs_ipf_state, "ipf IP state rwlock");
usr/src/uts/common/inet/ipf/solaris.c
446
RWLOCK_INIT(&ifs->ifs_ipf_global, "ipf filter load/unload mutex");
usr/src/uts/common/inet/ipf/solaris.c
447
RWLOCK_INIT(&ifs->ifs_ipf_mutex, "ipf filter rwlock");
usr/src/uts/common/inet/ipf/solaris.c
448
RWLOCK_INIT(&ifs->ifs_ipf_frcache, "ipf cache rwlock");