Lines Matching refs:send_queue
3962 chk = TAILQ_FIRST(&asoc->send_queue);
3978 &asoc->send_queue);
4525 if (TAILQ_EMPTY(&asoc->send_queue) &&
4901 TAILQ_REMOVE(&asoc->send_queue,
4991 /* Move from the stream to the send_queue keeping track of the total */
5098 /* insert on send_queue */
5100 TAILQ_INSERT_TAIL(&asoc->send_queue, chk, sctp_next);
5243 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) {
5292 * out of the stream queues into the general send_queue
5310 TAILQ_EMPTY(&asoc->send_queue) &&
5367 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) {
5370 printf("We have %d chunks on the send_queue\n", chk_cnt);
5388 if ((TAILQ_FIRST(&asoc->send_queue) != NULL) &&
5401 (TAILQ_FIRST(&asoc->send_queue) == NULL)) {
5698 for (chk = TAILQ_FIRST(&asoc->send_queue); chk; chk = nchk) {
9744 if (TAILQ_EMPTY(&asoc->send_queue) &&