Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent_queue

472 	TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
791 TAILQ_INIT(&asoc->sent_queue);
915 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
1622 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
2624 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
2625 chk = TAILQ_FIRST(&asoc->sent_queue);
2627 TAILQ_REMOVE(&asoc->sent_queue, chk, sctp_next);
2641 chk = TAILQ_FIRST(&asoc->sent_queue);
3399 TAILQ_INSERT_TAIL(&stcb->asoc.sent_queue, tp1,
3418 if ((foundeom == 0) && (queue == &stcb->asoc.sent_queue)) {