Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c118 rw_enter(&sctps->sctps_g_ills_lock, RW_READER); in sctp_ipif_inactive()
130 rw_exit(&sctps->sctps_g_ills_lock); in sctp_ipif_inactive()
141 if (rw_tryupgrade(&sctps->sctps_g_ills_lock) != 0) { in sctp_ipif_inactive()
155 rw_exit(&sctps->sctps_g_ills_lock); in sctp_ipif_inactive()
704 rw_enter(&sctps->sctps_g_ills_lock, RW_WRITER); in sctp_update_ill()
723 rw_exit(&sctps->sctps_g_ills_lock); in sctp_update_ill()
731 rw_exit(&sctps->sctps_g_ills_lock); in sctp_update_ill()
740 rw_exit(&sctps->sctps_g_ills_lock); in sctp_update_ill()
760 rw_exit(&sctps->sctps_g_ills_lock); in sctp_update_ill()
777 rw_exit(&sctps->sctps_g_ills_lock); in sctp_update_ill()
[all …]
H A Dsctp_stack.h160 krwlock_t sctps_g_ills_lock; member