Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c155 int64_t tot_assoc = 0; in sctp_reclaim_timer() local
160 tot_assoc += sctps->sctps_sc[i]->sctp_sc_assoc_cnt; in sctp_reclaim_timer()
172 if ((freemem >= lotsfree + needfree) || tot_assoc < maxusers) { in sctp_reclaim_timer()
213 int64_t tot_assoc = 0; in sctp_conn_reclaim() local
241 tot_assoc += sctps->sctps_sc[i]->sctp_sc_assoc_cnt; in sctp_conn_reclaim()
242 if (tot_assoc < maxusers) { in sctp_conn_reclaim()