Lines Matching refs:outqueue
3631 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_process_cmsgs_for_init()
6397 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_msg_append()
7150 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7156 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7196 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7200 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7627 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7631 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7754 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_move_chunks_from_net()
11657 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
11681 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
12162 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
12185 TAILQ_FOREACH_SAFE(sp, &oldstream[i].outqueue, next, nsp) { in sctp_send_str_reset_req()
12186 TAILQ_REMOVE(&oldstream[i].outqueue, sp, next); in sctp_send_str_reset_req()
12187 TAILQ_INSERT_TAIL(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_send_str_reset_req()
12193 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
13147 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_lower_sosend()
13150 sp = TAILQ_LAST(&strm->outqueue, sctp_streamhead); in sctp_lower_sosend()