Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent_queue

2607 		tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2810 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2815 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2838 tp1 = TAILQ_FIRST(&asoc->sent_queue);
2845 tp1 = TAILQ_FIRST(&asoc->sent_queue);
2862 tp1 = TAILQ_FIRST(&asoc->sent_queue);
2895 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
2979 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
3385 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
3481 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
3617 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
3618 tp1 = TAILQ_LAST(&asoc->sent_queue,
3656 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
3751 TAILQ_REMOVE(&asoc->sent_queue, tp1, sctp_next);
3878 if (TAILQ_EMPTY(&asoc->sent_queue)) {
3910 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
3946 (!TAILQ_EMPTY(&asoc->sent_queue)) &&
3960 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
3975 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) {
4198 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
4199 tp1 = TAILQ_LAST(&asoc->sent_queue,
4240 if (TAILQ_EMPTY(&asoc->sent_queue) &&
4294 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4480 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
4493 TAILQ_REMOVE(&asoc->sent_queue, tp1, sctp_next);
4519 if (TAILQ_EMPTY(&asoc->sent_queue) && (asoc->total_flight > 0)) {
4609 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4688 if (TAILQ_EMPTY(&asoc->sent_queue)) {
4704 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) {
4872 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4904 (!TAILQ_EMPTY(&asoc->sent_queue)) &&
4918 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {