Home | History | Annotate | Download | only in netinet

Lines Matching refs:send_queue

790 	TAILQ_INIT(&asoc->send_queue);
1616 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) {
2604 if (!TAILQ_EMPTY(&asoc->send_queue)) {
2605 chk = TAILQ_FIRST(&asoc->send_queue);
2607 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
2620 chk = TAILQ_FIRST(&asoc->send_queue);
3396 if (queue == &stcb->asoc.send_queue) {
3397 TAILQ_REMOVE(&stcb->asoc.send_queue, tp1, sctp_next);
3423 tp1 = TAILQ_FIRST(&stcb->asoc.send_queue);
3425 * recurse throught the send_queue too, starting at the
3430 &stcb->asoc.send_queue);