Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_sack.c341 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack()
385 if (TAILQ_EMPTY(&tp->snd_holes)) in tcp_sack_doack()
440 KASSERT(!TAILQ_EMPTY(&tp->snd_holes), in tcp_sack_doack()
Dtcp_fastopen.c904 KASSERT(TAILQ_EMPTY(&ccb->ccb_entries),
1200 KASSERT(TAILQ_EMPTY(&ccb->ccb_entries),
Dtcp_input.c1237 TAILQ_EMPTY(&tp->snd_holes)) { in tcp_do_segment()
2059 !TAILQ_EMPTY(&tp->snd_holes))) in tcp_do_segment()
/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h573 if (!TAILQ_EMPTY(head) && \
603 if (!TAILQ_EMPTY(head2)) { \
613 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro