Searched refs:lhead (Results 1 – 3 of 3) sorted by relevance
247 struct timerlisthead lhead; /* head of the list */ member
2180 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()2254 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()2358 LIST_INSERT_HEAD(&listp->lhead, te, le); in tcp_sched_timers()
599 LIST_INIT(&tcp_timer_list.lhead); in tcp_init()