Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/tcplp/bsdtcp/
Dtcp_reass.c212 LIST_FOREACH(q, &tp->t_segq, tqe_q) {
/openthread-3.7.0/third_party/tcplp/bsdtcp/sys/
Dqueue.h455 #define LIST_FOREACH(var, head, field) \ macro