Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent_queue

992 	    !TAILQ_EMPTY(&asoc->sent_queue) ||
1072 !TAILQ_EMPTY(&asoc->sent_queue) ||
1802 * on the sent_queue should be marked for
1808 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
3124 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
3128 chk = TAILQ_FIRST(&asoc->sent_queue);
3168 TAILQ_FOREACH(lchk, &stcb->asoc.sent_queue, sctp_next) {
3323 !TAILQ_EMPTY(&asoc->sent_queue) ||
3361 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3378 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3472 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
5010 (!TAILQ_EMPTY(&stcb->asoc.sent_queue))
5030 TAILQ_EMPTY(&stcb->asoc.sent_queue) &&
5091 (!TAILQ_EMPTY(&stcb->asoc.sent_queue))) {
5115 TAILQ_EMPTY(&stcb->asoc.sent_queue) &&
5302 if (!TAILQ_EMPTY(&stcb->asoc.sent_queue)) {
5309 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);