Lines Matching refs:sent_queue
6220 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6747 TAILQ_EMPTY(&asoc->sent_queue) &&
6795 TAILQ_EMPTY(&asoc->sent_queue) &&
7068 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
7083 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
7085 TAILQ_INSERT_TAIL(&asoc->sent_queue,
9469 * For data chunks we will pick out the lowest TSN's in the sent_queue
9502 if ((TAILQ_EMPTY(&asoc->sent_queue)) &&
9611 if (TAILQ_EMPTY(&asoc->sent_queue)) {
9623 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
9958 if ((data_list[i] == TAILQ_FIRST(&asoc->sent_queue)) &&
10389 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
10445 at = TAILQ_FIRST(&asoc->sent_queue);
10513 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
13582 TAILQ_EMPTY(&asoc->sent_queue) &&
13629 TAILQ_EMPTY(&asoc->sent_queue) &&