Searched refs:t_segq (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_var.h79 struct tsegqe_head t_segq; /* segment reassembly queue */ member in struct:tcpcb
H A Dtcp_subr.c287 while (!LIST_EMPTY(&tp->t_segq))
289 te = LIST_FIRST(&tp->t_segq);
H A Dtcp_input.c161 LIST_FOREACH(q, &tp->t_segq, tqe_q)
238 LIST_INSERT_HEAD(&tp->t_segq, te, tqe_q);
255 q = LIST_FIRST(&tp->t_segq);
699 && LIST_FIRST(&tp->t_segq)
1581 && LIST_EMPTY(&tp->t_segq)

Completed in 48 milliseconds