Lines Matching refs:sent_queue
6734 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
7259 TAILQ_EMPTY(&asoc->sent_queue) &&
7301 TAILQ_EMPTY(&asoc->sent_queue) &&
7585 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
7600 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
7602 TAILQ_INSERT_TAIL(&asoc->sent_queue,
10083 if ((TAILQ_EMPTY(&asoc->sent_queue)) &&
10182 if (TAILQ_EMPTY(&asoc->sent_queue)) {
10194 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
10525 if ((data_list[i] == TAILQ_FIRST(&asoc->sent_queue)) &&
10985 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
11041 at = TAILQ_FIRST(&asoc->sent_queue);
11109 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
14751 TAILQ_EMPTY(&asoc->sent_queue) &&
14802 TAILQ_EMPTY(&asoc->sent_queue) &&