HomeSort by: relevance | last modified time | path
    Searched refs:reasmqueue (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_indata.c 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)
    [all...]
sctp_structs.h 327 struct sctpchunk_listhead reasmqueue; member in struct:sctp_association
sctp_pcb.c 3213 if (!TAILQ_EMPTY(&asoc->reasmqueue)) {
3214 chk = TAILQ_FIRST(&asoc->reasmqueue);
3216 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next);
3225 chk = TAILQ_FIRST(&asoc->reasmqueue);
4502 chk = TAILQ_FIRST(&asoc->reasmqueue);
4520 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next);
sctp_usrreq.c 3500 (TAILQ_EMPTY(&stcb->asoc.reasmqueue) == 0)) {
sctputil.c 792 TAILQ_INIT(&asoc->reasmqueue);

Completed in 51 milliseconds