Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/tcplp/bsdtcp/
Dtcp_reass.c268 LIST_REMOVE(q, tqe_q);
303 LIST_REMOVE(q, tqe_q);
/openthread-3.7.0/third_party/tcplp/bsdtcp/sys/
Dqueue.h511 #define LIST_REMOVE(elm, field) do { \ macro