Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_timer.h247 struct timerlisthead lhead; /* head of the list */ member
H A Dtcp_timer.c2161 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()
2235 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()
2339 LIST_INSERT_HEAD(&listp->lhead, te, le); in tcp_sched_timers()
H A Dtcp_subr.c593 LIST_INIT(&tcp_timer_list.lhead); in tcp_init()