Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c126 TAILQ_INIT(&tp->snd_holes); in initialize_tcb()
Dtcp_fastopen.c426 TAILQ_INIT(&V_tcp_fastopen_ccache.base[i].ccb_entries); in tcp_fastopen_init()
/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h607 TAILQ_INIT((head2)); \
657 #define TAILQ_INIT(head) do { \ macro