Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent_queue

6366 		TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6897 TAILQ_EMPTY(&asoc->sent_queue) &&
6946 TAILQ_EMPTY(&asoc->sent_queue) &&
7208 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
7223 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
7225 TAILQ_INSERT_TAIL(&asoc->sent_queue,
9671 * For data chunks we will pick out the lowest TSN's in the sent_queue
9710 if ((TAILQ_EMPTY(&asoc->sent_queue)) &&
9803 if (TAILQ_EMPTY(&asoc->sent_queue)) {
9815 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
10136 if ((data_list[i] == TAILQ_FIRST(&asoc->sent_queue)) &&
10583 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
10632 at = TAILQ_FIRST(&asoc->sent_queue);
10683 at = TAILQ_FIRST(&asoc->sent_queue);
14033 TAILQ_EMPTY(&asoc->sent_queue) &&
14091 TAILQ_EMPTY(&asoc->sent_queue) &&