Home
last modified time | relevance | path

Searched refs:t_timers (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_timer.c850 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()
HDtcp_var.h313 sbintime_t t_timers[TT_N]; member
HDtcp_subr.c2347 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()
HDtcp_usrreq.c3096 &tp->t_callout, &tp->t_timers); in db_print_tcpcb()