Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_reass.c285 LIST_INSERT_AFTER(p, te, tqe_q);
/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h479 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro