Lines Matching refs:outqueue
3645 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_process_cmsgs_for_init()
6446 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_msg_append()
7216 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7222 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7262 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7266 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7694 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue()
7698 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue()
7822 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_move_chunks_from_net()
11756 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
11780 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out()
12261 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
12275 TAILQ_FOREACH_SAFE(sp, &oldstream[i].outqueue, next, nsp) { in sctp_send_str_reset_req()
12276 TAILQ_REMOVE(&oldstream[i].outqueue, sp, next); in sctp_send_str_reset_req()
12277 TAILQ_INSERT_TAIL(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_send_str_reset_req()
12284 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req()
13240 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_lower_sosend()
13243 sp = TAILQ_LAST(&strm->outqueue, sctp_streamhead); in sctp_lower_sosend()