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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c582 LIST_FOREACH(q, &tp->t_segq, tqe_q) {
647 nq = LIST_NEXT(q, tqe_q);
648 LIST_REMOVE(q, tqe_q);
661 LIST_INSERT_HEAD(&tp->t_segq, te, tqe_q);
663 LIST_INSERT_AFTER(p, te, tqe_q);
687 nq = LIST_NEXT(q, tqe_q);
688 LIST_REMOVE(q, tqe_q);
H A Dtcp_var.h139 LIST_ENTRY(tseg_qent) tqe_q; member in struct:tseg_qent
H A Dtcp_subr.c1192 LIST_REMOVE(q, tqe_q);
1226 LIST_REMOVE(te, tqe_q);

Completed in 85 milliseconds