Home | History | Annotate | Download | only in netinet

Lines Matching refs:inqueue

743 			chk = TAILQ_FIRST(&strm->inqueue);
750 TAILQ_REMOVE(&strm->inqueue,
845 TAILQ_INSERT_HEAD(&strm->inqueue, chk, sctp_next);
881 chk = TAILQ_FIRST(&strm->inqueue);
887 TAILQ_REMOVE(&strm->inqueue, chk, sctp_next);
918 if (TAILQ_EMPTY(&strm->inqueue)) {
923 TAILQ_INSERT_HEAD(&strm->inqueue, chk, sctp_next);
925 TAILQ_FOREACH(at, &strm->inqueue, sctp_next) {
978 TAILQ_INSERT_AFTER(&strm->inqueue,
1895 TAILQ_EMPTY(&asoc->strmin[strmno].inqueue))) &&
4342 chk = TAILQ_FIRST(&strmin->inqueue);
4348 TAILQ_REMOVE(&strmin->inqueue, chk, sctp_next);
4365 chk = TAILQ_FIRST(&strmin->inqueue);
4370 TAILQ_REMOVE(&strmin->inqueue, chk, sctp_next);