Searched refs:t_timers (Results 1 – 4 of 4) sorted by relevance
850 if (tp->t_timers[i] < after) { in tcp_timer_next()851 after = tp->t_timers[i]; in tcp_timer_next()854 before = MIN(before, tp->t_timers[i] + tp->t_precisions[i]); in tcp_timer_next()878 tp->t_timers[which] = SBT_MAX; in tcp_timer_enter()887 tp->t_timers[which], precision, tcp_timer_enter, in tcp_timer_enter()916 &tp->t_timers[which], &tp->t_precisions[which]); in tcp_timer_activate()919 tp->t_timers[which] = SBT_MAX; in tcp_timer_activate()924 callout_reset_sbt_on(&tp->t_callout, tp->t_timers[which], in tcp_timer_activate()937 return (tp->t_timers[which] != SBT_MAX); in tcp_timer_active()
313 sbintime_t t_timers[TT_N]; member
2347 tp->t_timers[i] = SBT_MAX; in tcp_newtcpcb()4025 if (tp->t_timers[which] != SBT_MAX) \ in tcp_inptoxtp()4026 xt->where = (tp->t_timers[which] - now) / SBT_1MS; \ in tcp_inptoxtp()
3096 &tp->t_callout, &tp->t_timers); in db_print_tcpcb()