• Home
  • Raw
  • Download

Lines Matching refs:strmout

267 			sp = TAILQ_FIRST(&stcb->asoc.strmout[i].outqueue);  in sctp_is_there_unsent_data()
287 TAILQ_REMOVE(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_is_there_unsent_data()
288 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, &asoc->strmout[i], sp, 1); in sctp_is_there_unsent_data()
298 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_is_there_unsent_data()
352 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_process_init()
353 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_process_init()
372 if (asoc->strmout) { in sctp_process_init()
374 outs = &asoc->strmout[i]; in sctp_process_init()
401 if (asoc->strmout) { in sctp_process_init()
403 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_process_init()
2082 stcb->asoc.strmout[i].chunks_on_queues = 0; in sctp_process_cookie_existing()
2085 asoc->strmout[i].abandoned_sent[j] = 0; in sctp_process_cookie_existing()
2086 asoc->strmout[i].abandoned_unsent[j] = 0; in sctp_process_cookie_existing()
2089 asoc->strmout[i].abandoned_sent[0] = 0; in sctp_process_cookie_existing()
2090 asoc->strmout[i].abandoned_unsent[0] = 0; in sctp_process_cookie_existing()
2092 stcb->asoc.strmout[i].sid = i; in sctp_process_cookie_existing()
2093 stcb->asoc.strmout[i].next_mid_ordered = 0; in sctp_process_cookie_existing()
2094 stcb->asoc.strmout[i].next_mid_unordered = 0; in sctp_process_cookie_existing()
2095 stcb->asoc.strmout[i].last_msg_incomplete = 0; in sctp_process_cookie_existing()
3752 stcb->asoc.strmout[temp].next_mid_ordered = 0;
3753 stcb->asoc.strmout[temp].next_mid_unordered = 0;
3757 stcb->asoc.strmout[i].next_mid_ordered = 0;
3758 stcb->asoc.strmout[i].next_mid_unordered = 0;
3777 stcb->asoc.strmout[temp].state = SCTP_STREAM_OPEN;
3781 stcb->asoc.strmout[i].state = SCTP_STREAM_OPEN;
3933 asoc->strmout[i].state = SCTP_STREAM_OPEN;
4055 if (stcb->asoc.strmout[req->list_of_streams[i]].state == SCTP_STREAM_OPEN) {
4056 stcb->asoc.strmout[req->list_of_streams[i]].state = SCTP_STREAM_RESET_PENDING;
4062 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN)
4063 stcb->asoc.strmout[i].state = SCTP_STREAM_RESET_PENDING;