Searched refs:tt_persist (Results 1 – 8 of 8) sorted by relevance
535 if (callout_pending(&tp->t_timers->tt_persist) || in tcp_timer_persist()536 !callout_active(&tp->t_timers->tt_persist)) { in tcp_timer_persist()541 callout_deactivate(&tp->t_timers->tt_persist); in tcp_timer_persist()918 t_callout = &tp->t_timers->tt_persist; in tcp_timer_activate()956 t_callout = &tp->t_timers->tt_persist; in tcp_timer_active()998 t_callout = &tp->t_timers->tt_persist; in tcp_timer_suspend()1092 t_callout = &tp->t_timers->tt_persist; in tcp_timer_stop()
153 struct callout tt_persist; /* retransmit persistence */ member
768 int32_t tt_persist; /* (s) */ member
1761 callout_init(&tp->t_timers->tt_persist, 1); in tcp_newtcpcb()3478 COPYTIMER(tt_persist); in tcp_inptoxtp()
2954 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
529 tp->tt_persist / 1000, in protopr()530 (tp->tt_persist % 1000) / 10, in protopr()