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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h192 struct timerlisthead lhead; /* head of the list of timer entries */ member in struct:tcptimerlist
H A Dtcp_timer.c1121 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) {
1187 if (!LIST_EMPTY(&listp->lhead)) {
1270 LIST_INSERT_HEAD(&listp->lhead, te, le);
H A Dtcp_subr.c442 LIST_INIT(&tcp_timer_list.lhead);

Completed in 30 milliseconds