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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c659 LIST_FOREACH(q, &tp->t_segq, tqe_q) {
725 nq = LIST_NEXT(q, tqe_q);
726 LIST_REMOVE(q, tqe_q);
739 LIST_INSERT_HEAD(&tp->t_segq, te, tqe_q);
741 LIST_INSERT_AFTER(p, te, tqe_q);
781 nq = LIST_NEXT(q, tqe_q);
782 LIST_REMOVE(q, tqe_q);
H A Dtcp_var.h156 LIST_ENTRY(tseg_qent) tqe_q; member in struct:tseg_qent
H A Dtcp_subr.c1226 LIST_REMOVE(q, tqe_q);

Completed in 46 milliseconds