Lines Matching refs:sent_queue
472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing()
540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing()
791 TAILQ_INIT(&asoc->sent_queue); in sctp_init_asoc()
915 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_timeout_handler()
1622 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_mtu_size_reset()
2624 if (!TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_report_all_outbound()
2625 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_report_all_outbound()
2627 TAILQ_REMOVE(&asoc->sent_queue, chk, sctp_next); in sctp_report_all_outbound()
2641 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_report_all_outbound()
3399 TAILQ_INSERT_TAIL(&stcb->asoc.sent_queue, tp1, in sctp_release_pr_sctp_chunk()
3418 if ((foundeom == 0) && (queue == &stcb->asoc.sent_queue)) { in sctp_release_pr_sctp_chunk()