Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent_queue

3917 		TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
3952 &asoc->sent_queue);
4526 TAILQ_EMPTY(&asoc->sent_queue) &&
4905 TAILQ_INSERT_TAIL(&asoc->sent_queue,
5372 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
5375 printf("We have %d chunks on the sent_queue\n", chk_cnt);
6464 * sent_queue marked for resend and bundle them all together
6489 if (TAILQ_EMPTY(&asoc->sent_queue)) {
6585 if (TAILQ_EMPTY(&asoc->sent_queue)) {
6604 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6805 if ((data_list[i] == TAILQ_FIRST(&asoc->sent_queue)) &&
7553 TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
7594 at = TAILQ_FIRST(&asoc->sent_queue);
7631 at = TAILQ_FIRST(&asoc->sent_queue);
9745 TAILQ_EMPTY(&asoc->sent_queue) &&