Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c43 static rwlock_t proto_rw = DEFAULTRWLOCK; /* Protects cached algorithm list. */ variable
611 (void) rw_wrlock(&proto_rw); in _build_internal_algs()
649 (void) rw_unlock(&proto_rw); in _build_internal_algs()
797 (void) rw_rdlock(&proto_rw); in _real_getipsecprotos()
808 (void) rw_unlock(&proto_rw); in _real_getipsecprotos()
823 (void) rw_rdlock(&proto_rw); in _real_getipsecalgs()
838 (void) rw_unlock(&proto_rw); in _real_getipsecalgs()
856 (void) rw_rdlock(&proto_rw); in getipsecalgbyname()
871 (void) rw_unlock(&proto_rw); in getipsecalgbyname()
880 (void) rw_unlock(&proto_rw); in getipsecalgbyname()
[all …]