Searched refs:last_out_stream (Results 1 – 2 of 2) sorted by relevance
57 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_init()86 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_clear()99 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_default_init_stream()100 stcb->asoc.ss_data.last_out_stream = strq; in sctp_ss_default_init_stream()143 if (asoc->ss_data.last_out_stream == strq) { in sctp_ss_default_remove()144 asoc->ss_data.last_out_stream = TAILQ_PREV(asoc->ss_data.last_out_stream, in sctp_ss_default_remove()147 if (asoc->ss_data.last_out_stream == NULL) { in sctp_ss_default_remove()148 asoc->ss_data.last_out_stream = TAILQ_LAST(&asoc->ss_data.out.wheel, in sctp_ss_default_remove()151 if (asoc->ss_data.last_out_stream == strq) { in sctp_ss_default_remove()152 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_remove()[all …]
577 struct sctp_stream_out *last_out_stream; member