Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.h231 struct timerlisthead lhead; /* head of the list */ member
H A Dtcp_timer.c2151 LIST_FOREACH_SAFE(te, &listp->lhead, te_le, next_te) { in tcp_run_timerlist()
2225 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()
2340 LIST_INSERT_HEAD(&listp->lhead, te, te_le); in tcp_sched_timers()
H A Dtcp_subr.c700 LIST_INIT(&tcp_timer_list.lhead); in tcp_init()
/xnu-12377.61.12/tools/lldbmacros/
H A Dnet.py2123 timer_entry = Cast(timer_list.lhead.lh_first, 'tcptimerentry *')