Searched refs:tt_delack (Results 1 – 8 of 8) sorted by relevance
280 if (callout_pending(&tp->t_timers->tt_delack) || in tcp_timer_delack()281 !callout_active(&tp->t_timers->tt_delack)) { in tcp_timer_delack()286 callout_deactivate(&tp->t_timers->tt_delack); in tcp_timer_delack()910 t_callout = &tp->t_timers->tt_delack; in tcp_timer_activate()950 t_callout = &tp->t_timers->tt_delack; in tcp_timer_active()990 t_callout = &tp->t_timers->tt_delack; in tcp_timer_suspend()1086 t_callout = &tp->t_timers->tt_delack; in tcp_timer_stop()
156 struct callout tt_delack; /* delayed ACK timer */ member
771 int32_t tt_delack; /* (s) */ member
1764 callout_init(&tp->t_timers->tt_delack, 1); in tcp_newtcpcb()3476 COPYTIMER(tt_delack); in tcp_inptoxtp()
2958 &tp->t_timers->tt_delack, tp->t_inpcb); in db_print_tcpcb()
535 tp->tt_delack / 1000, in protopr()536 (tp->tt_delack % 1000) / 10, in protopr()