Searched defs:slc_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h378 * When the struct is allocated, slc_cnt is set to 1. When a new association
379 * is created by the listener, slc_cnt is incremented by 1. When an
381 * 1. When the listener itself goes away, slc_cnt is decremented by one.
382 * The last association (or the listener) which decrements slc_cnt to zero
397 uint32_t slc_cnt; member in struct:sctp_listen_cnt_s
406 ASSERT((sctp)->sctp_listen_cnt->slc_cnt > 0); \
407 if (atomic_dec_32_nv(&(sctp)->sctp_listen_cnt->slc_cnt) == 0) \

Completed in 64 milliseconds