Searched refs:ipif_hash_lock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c464 rw_enter(&sctp->sctp_saddrs[hindex].ipif_hash_lock, RW_WRITER);
478 &sctp->sctp_saddrs[hindex].ipif_hash_lock);
483 &sctp->sctp_saddrs[hindex].ipif_hash_lock);
492 rw_exit(&sctp->sctp_saddrs[hindex].ipif_hash_lock);
501 rw_exit(&sctp->sctp_saddrs[hindex].ipif_hash_lock);
533 rw_enter(&sctp->sctp_saddrs[hindex].ipif_hash_lock, RW_WRITER);
551 rw_exit(&sctp->sctp_saddrs[hindex].ipif_hash_lock);
563 rw_enter(&list1->ipif_hash_lock, RW_READER);
564 rw_enter(&list2->ipif_hash_lock, RW_READER);
580 rw_exit(&list1->ipif_hash_lock);
[all...]
H A Dsctp.c1967 rw_init(&sctp->sctp_saddrs[cnt].ipif_hash_lock, NULL,
2067 rw_destroy(&sctp->sctp_saddrs[cnt].ipif_hash_lock);
H A Dsctp_impl.h603 krwlock_t ipif_hash_lock; member in struct:sctp_ipif_hash_s

Completed in 79 milliseconds