Lines Matching refs:strmout

192 			sp = TAILQ_FIRST(&stcb->asoc.strmout[i].outqueue);  in sctp_is_there_unsent_data()
213 TAILQ_REMOVE(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_is_there_unsent_data()
214 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, &asoc->strmout[i], sp); in sctp_is_there_unsent_data()
224 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_is_there_unsent_data()
277 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_process_init()
278 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_process_init()
297 if (asoc->strmout) { in sctp_process_init()
299 outs = &asoc->strmout[i]; in sctp_process_init()
325 if (asoc->strmout) { in sctp_process_init()
327 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_process_init()
1807 stcb->asoc.strmout[i].chunks_on_queues = 0; in sctp_process_cookie_existing()
1810 asoc->strmout[i].abandoned_sent[j] = 0; in sctp_process_cookie_existing()
1811 asoc->strmout[i].abandoned_unsent[j] = 0; in sctp_process_cookie_existing()
1814 asoc->strmout[i].abandoned_sent[0] = 0; in sctp_process_cookie_existing()
1815 asoc->strmout[i].abandoned_unsent[0] = 0; in sctp_process_cookie_existing()
1817 stcb->asoc.strmout[i].next_mid_ordered = 0; in sctp_process_cookie_existing()
1818 stcb->asoc.strmout[i].next_mid_unordered = 0; in sctp_process_cookie_existing()
1819 stcb->asoc.strmout[i].sid = i; in sctp_process_cookie_existing()
1820 stcb->asoc.strmout[i].last_msg_incomplete = 0; in sctp_process_cookie_existing()
3330 stcb->asoc.strmout[temp].next_mid_ordered = 0; in sctp_reset_out_streams()
3331 stcb->asoc.strmout[temp].next_mid_unordered = 0; in sctp_reset_out_streams()
3335 stcb->asoc.strmout[i].next_mid_ordered = 0; in sctp_reset_out_streams()
3336 stcb->asoc.strmout[i].next_mid_unordered = 0; in sctp_reset_out_streams()
3355 stcb->asoc.strmout[temp].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3359 stcb->asoc.strmout[i].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3510 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_handle_stream_reset_response()
3627 if (stcb->asoc.strmout[req->list_of_streams[i]].state == SCTP_STREAM_OPEN) { in sctp_handle_str_reset_request_in()
3628 stcb->asoc.strmout[req->list_of_streams[i]].state = SCTP_STREAM_RESET_PENDING; in sctp_handle_str_reset_request_in()
3634 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN) in sctp_handle_str_reset_request_in()
3635 stcb->asoc.strmout[i].state = SCTP_STREAM_RESET_PENDING; in sctp_handle_str_reset_request_in()