Lines Matching refs:te
451 #define TIMERENTRY_TO_TP(te) (__unsafe_forge_single(struct tcpcb *, ((uintptr_t)te - offsetof(struc… argument
2148 struct tcptimerentry *te, *__single next_te; in tcp_run_timerlist() local
2183 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()
2185 uint32_t runtime = te->runtime; in tcp_run_timerlist()
2187 tp = TIMERENTRY_TO_TP(te); in tcp_run_timerlist()
2192 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2198 list_mode |= te->mode; in tcp_run_timerlist()
2317 struct tcptimerentry *te = &tp->tentry; in tcp_sched_timers() local
2318 u_int16_t index = te->index; in tcp_sched_timers()
2319 u_int16_t mode = te->mode; in tcp_sched_timers()
2342 offset = timer_diff(te->runtime, 0, tcp_now, 0); in tcp_sched_timers()
2355 LIST_INSERT_HEAD(&listp->lhead, te, le); in tcp_sched_timers()
2374 if (need_to_resched_timerlist(te->runtime, mode)) { in tcp_sched_timers()
2382 VERIFY_NEXT_LINK(te, le); in tcp_sched_timers()
2383 VERIFY_PREV_LINK(te, le); in tcp_sched_timers()