Home
last modified time | relevance | path

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

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