Lines Matching refs:outqueue
3627 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_process_cmsgs_for_init()
6485 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_msg_append()
7251 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7253 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7284 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7288 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7671 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7675 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7796 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_move_chunks_from_net()
11769 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
11793 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
12275 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
12298 TAILQ_FOREACH_SAFE(sp, &oldstream[i].outqueue, next, nsp) { in sctp_send_str_reset_req()
12299 TAILQ_REMOVE(&oldstream[i].outqueue, sp, next); in sctp_send_str_reset_req()
12300 TAILQ_INSERT_TAIL(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_send_str_reset_req()
12306 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
13255 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_lower_sosend()
13258 sp = TAILQ_LAST(&strm->outqueue, sctp_streamhead); in sctp_lower_sosend()