Home
last modified time | relevance | path

Searched refs:tqh_last (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h540 struct type **tqh_last; /* addr of last next element */ \
547 class type **tqh_last; /* addr of last next element */ \
580 if (*(head)->tqh_last != NULL) \
604 *(head1)->tqh_last = (head2)->tqh_first; \
605 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
606 (head1)->tqh_last = (head2)->tqh_last; \
659 (head)->tqh_last = &TAILQ_FIRST((head)); \
669 (head)->tqh_last = &TAILQ_NEXT((elm), field); \
694 (head)->tqh_last = &TAILQ_NEXT((elm), field); \
704 (elm)->field.tqe_prev = (head)->tqh_last; \
[all …]
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h314 struct sackhole **tqh_last; /* addr of last next element */ member