Lines Matching refs:reasmqueue
534 TAILQ_FOREACH(chk, &asoc->reasmqueue, sctp_next) {
568 chk = TAILQ_FIRST(&asoc->reasmqueue);
714 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next);
784 chk = TAILQ_FIRST(&asoc->reasmqueue);
1009 chk = TAILQ_FIRST(&asoc->reasmqueue);
1052 if (TAILQ_EMPTY(&asoc->reasmqueue)) {
1054 TAILQ_INSERT_HEAD(&asoc->reasmqueue, chk, sctp_next);
1191 at = TAILQ_FIRST(&asoc->reasmqueue);
1194 TAILQ_FOREACH(at, &asoc->reasmqueue, sctp_next) {
1235 TAILQ_INSERT_AFTER(&asoc->reasmqueue, at, chk, sctp_next);
1560 chk = TAILQ_FIRST(&asoc->reasmqueue);
1615 TAILQ_FOREACH(at, &asoc->reasmqueue, sctp_next) {
2056 if (TAILQ_EMPTY(&asoc->reasmqueue) &&
2108 if (!TAILQ_EMPTY(&asoc->reasmqueue)) {
2462 chk = TAILQ_FIRST(&asoc->reasmqueue);
4523 if (!TAILQ_EMPTY(&asoc->reasmqueue)) {
4526 * For now large messages held on the reasmqueue that are
4533 chk = TAILQ_FIRST(&asoc->reasmqueue);
4540 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next);