Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h248 struct timerlisthead lhead; /* head of the list */ member
H A Dtcp_timer.c2176 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()
2244 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()
2348 LIST_INSERT_HEAD(&listp->lhead, te, le); in tcp_sched_timers()
H A Dtcp_subr.c609 LIST_INIT(&tcp_timer_list.lhead); in tcp_init()