Searched refs:lhead (Results 1 – 4 of 4) sorted by relevance
231 struct timerlisthead lhead; /* head of the list */ member
2151 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()
700 LIST_INIT(&tcp_timer_list.lhead); in tcp_init()
2123 timer_entry = Cast(timer_list.lhead.lh_first, 'tcptimerentry *')