Searched refs:TAILQ_INIT (Results 1 – 3 of 3) sorted by relevance
126 TAILQ_INIT(&tp->snd_holes); in initialize_tcb()
426 TAILQ_INIT(&V_tcp_fastopen_ccache.base[i].ccb_entries); in tcp_fastopen_init()
607 TAILQ_INIT((head2)); \657 #define TAILQ_INIT(head) do { \ macro