Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/tcplp/bsdtcp/sys/
Dqueue.h556 struct type *tqe_next; /* next element */ \
563 class type *tqe_next; /* next element */ \
587 &((elm)->field.tqe_next)) \
714 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
720 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_var.h114 struct sackhole *tqe_next; /* next element */ member