Searched refs:t_timers (Results 1 – 4 of 4) sorted by relevance
860 if (tp->t_timers[i] < after) { in tcp_timer_next()861 after = tp->t_timers[i]; in tcp_timer_next()864 before = MIN(before, tp->t_timers[i] + tp->t_precisions[i]); in tcp_timer_next()884 tp->t_timers[which] = SBT_MAX; in tcp_timer_enter()893 tp->t_timers[which], precision, tcp_timer_enter, in tcp_timer_enter()921 &tp->t_timers[which], &tp->t_precisions[which]); in tcp_timer_activate()924 tp->t_timers[which] = SBT_MAX; in tcp_timer_activate()929 callout_reset_sbt_on(&tp->t_callout, tp->t_timers[which], in tcp_timer_activate()942 return (tp->t_timers[which] != SBT_MAX); in tcp_timer_active()968 tp->t_timers[i] = SBT_MAX; in tcp_timer_stop()
317 sbintime_t t_timers[TT_N]; member
2287 tp->t_timers[i] = SBT_MAX; in tcp_newtcpcb()3971 if (tp->t_timers[which] != SBT_MAX) \ in tcp_inptoxtp()3972 xt->where = (tp->t_timers[which] - now) / SBT_1MS; \ in tcp_inptoxtp()
3063 &tp->t_callout, &tp->t_timers); in db_print_tcpcb()