Searched refs:last_out_stream (Results 1 – 3 of 3) sorted by relevance
88 asoc->last_out_stream = NULL; in sctp_ss_default_clear()146 if (asoc->last_out_stream == strq) { in sctp_ss_default_remove()147 asoc->last_out_stream = TAILQ_PREV(asoc->last_out_stream, in sctp_ss_default_remove()150 if (asoc->last_out_stream == NULL) { in sctp_ss_default_remove()151 asoc->last_out_stream = TAILQ_LAST(&asoc->ss_data.out_wheel, in sctp_ss_default_remove()154 if (asoc->last_out_stream == strq) { in sctp_ss_default_remove()155 asoc->last_out_stream = NULL; in sctp_ss_default_remove()175 strqt = asoc->last_out_stream; in sctp_ss_default_select()203 if (strq == asoc->last_out_stream) { in sctp_ss_default_select()219 asoc->last_out_stream = strq; in sctp_ss_default_scheduled()[all …]
902 struct sctp_stream_out *last_out_stream; member
12621 if (stcb->asoc.last_out_stream == &oldstream[i]) {12622 stcb->asoc.last_out_stream = &stcb->asoc.strmout[i];