Home
last modified time | relevance | path

Searched refs:TAILQ_REMOVE (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fastopen.c1151 TAILQ_REMOVE(&ccb->ccb_entries, cce, cce_link);
1214 TAILQ_REMOVE(&ccb->ccb_entries, cce, cce_link);
Dtcp_sack.c318 TAILQ_REMOVE(&tp->snd_holes, hole, scblink); in tcp_sackhole_remove()
/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h719 #define TAILQ_REMOVE(head, elm, field) do { \ macro