Searched refs:last_out_stream (Results 1 – 2 of 2) sorted by relevance
66 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_init()100 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_clear()114 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_default_init_stream()115 stcb->asoc.ss_data.last_out_stream = strq; in sctp_ss_default_init_stream()166 if (asoc->ss_data.last_out_stream == strq) { in sctp_ss_default_remove()167 asoc->ss_data.last_out_stream = TAILQ_PREV(asoc->ss_data.last_out_stream, in sctp_ss_default_remove()170 if (asoc->ss_data.last_out_stream == NULL) { in sctp_ss_default_remove()171 asoc->ss_data.last_out_stream = TAILQ_LAST(&asoc->ss_data.out.wheel, in sctp_ss_default_remove()174 if (asoc->ss_data.last_out_stream == strq) { in sctp_ss_default_remove()175 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_remove()[all …]
639 struct sctp_stream_out *last_out_stream; member