Lines Matching refs:te
451 #define TIMERENTRY_TO_TP(te) (__unsafe_forge_single(struct tcpcb *, ((uintptr_t)te - offsetof(struc… argument
2141 struct tcptimerentry *te, *__single next_te; in tcp_run_timerlist() local
2176 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()
2178 uint32_t runtime = te->runtime; in tcp_run_timerlist()
2180 tp = TIMERENTRY_TO_TP(te); in tcp_run_timerlist()
2185 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2191 list_mode |= te->mode; in tcp_run_timerlist()
2310 struct tcptimerentry *te = &tp->tentry; in tcp_sched_timers() local
2311 u_int16_t index = te->index; in tcp_sched_timers()
2312 u_int16_t mode = te->mode; in tcp_sched_timers()
2335 offset = timer_diff(te->runtime, 0, tcp_now, 0); in tcp_sched_timers()
2348 LIST_INSERT_HEAD(&listp->lhead, te, le); in tcp_sched_timers()
2367 if (need_to_resched_timerlist(te->runtime, mode)) { in tcp_sched_timers()
2375 VERIFY_NEXT_LINK(te, le); in tcp_sched_timers()
2376 VERIFY_PREV_LINK(te, le); in tcp_sched_timers()