Searched refs:tt_persist (Results 1 – 6 of 6) sorted by relevance
497 if (callout_pending(&tp->t_timers->tt_persist) || in tcp_timer_persist()498 !callout_active(&tp->t_timers->tt_persist)) { in tcp_timer_persist()504 callout_deactivate(&tp->t_timers->tt_persist); in tcp_timer_persist()842 t_callout = &tp->t_timers->tt_persist; in tcp_timer_activate()898 t_callout = &tp->t_timers->tt_persist; in tcp_timer_active()936 t_callout = &tp->t_timers->tt_persist; in tcp_timer_stop()998 if (callout_active(&timer->tt_persist)) in tcp_timer_to_xtimer()999 xtimer->tt_persist = (timer->tt_persist.c_time - now) / SBT_1MS; in tcp_timer_to_xtimer()
144 struct callout tt_persist; /* retransmit persistence */ member
641 int tt_persist; /* retransmit persistence */ member
2169 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
1099 callout_init(&tp->t_timers->tt_persist, 1); in tcp_newtcpcb()
591 timer->tt_persist / 1000, in protopr()592 (timer->tt_persist % 1000) / 10, in protopr()