Lines Matching refs:sent_queue
594 !TAILQ_EMPTY(&asoc->sent_queue)); in sctp_handle_shutdown()
598 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown()
642 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown_ack()
2206 if (!TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_handle_cookie_ack()
2209 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_cookie_ack()
2243 lchk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_handle_ecn_echo()
2359 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown_complete()
2381 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in process_chunk_drop()
2398 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in process_chunk_drop()
2480 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) { in process_chunk_drop()
3536 if (!TAILQ_EMPTY(&stcb->asoc.sent_queue)) { in sctp_process_control()
3542 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_process_control()