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

  /src/sys/netinet/
sctp_structs.h 335 struct sctpchunk_listhead delivery_queue; member in struct:sctp_association
sctp_indata.c 313 TAILQ_FOREACH(chk, &asoc->delivery_queue, sctp_next) {
336 TAILQ_INSERT_TAIL(&asoc->delivery_queue, chk, sctp_next);
356 chk = TAILQ_FIRST(&asoc->delivery_queue);
487 TAILQ_REMOVE(&asoc->delivery_queue, chk, sctp_next);
773 if (!TAILQ_EMPTY(&asoc->delivery_queue)) {
1577 if (TAILQ_EMPTY(&asoc->delivery_queue) &&
1892 TAILQ_EMPTY(&asoc->delivery_queue) &&
2453 chk = TAILQ_FIRST(&asoc->delivery_queue);
2484 if (TAILQ_EMPTY(&asoc->delivery_queue) &&
sctp_pcb.c 3228 if (!TAILQ_EMPTY(&asoc->delivery_queue)) {
3229 chk = TAILQ_FIRST(&asoc->delivery_queue);
3231 TAILQ_REMOVE(&asoc->delivery_queue, chk, sctp_next);
3240 chk = TAILQ_FIRST(&asoc->delivery_queue);
sctp_usrreq.c 3499 if ((TAILQ_EMPTY(&stcb->asoc.delivery_queue) == 0) ||
sctputil.c 793 TAILQ_INIT(&asoc->delivery_queue);

Completed in 103 milliseconds