Lines Matching refs:strmout
4232 if (asoc->strmout) { in sctp_aloc_assoc_locked()
4233 SCTP_FREE(asoc->strmout, SCTP_M_STRMO); in sctp_aloc_assoc_locked()
4234 asoc->strmout = NULL; in sctp_aloc_assoc_locked()
4802 outs = &asoc->strmout[i]; in sctp_free_assoc()
4863 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_free_assoc()
4864 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_free_assoc()
4895 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_free_assoc()
4896 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_free_assoc()
4924 if (stcb->asoc.strmout[i].chunks_on_queues > 0) { in sctp_free_assoc()
4925 panic("%u chunks left for stream %u.", stcb->asoc.strmout[i].chunks_on_queues, i); in sctp_free_assoc()
4966 if (asoc->strmout) { in sctp_free_assoc()
4967 SCTP_FREE(asoc->strmout, SCTP_M_STRMO); in sctp_free_assoc()
4968 asoc->strmout = NULL; in sctp_free_assoc()