Searched refs:tt_2msl (Results 1 – 6 of 6) sorted by relevance
316 if (callout_pending(&tp->t_timers->tt_2msl) || in tcp_timer_2msl()317 !callout_active(&tp->t_timers->tt_2msl)) { in tcp_timer_2msl()323 callout_deactivate(&tp->t_timers->tt_2msl); in tcp_timer_2msl()360 if (!callout_reset(&tp->t_timers->tt_2msl, in tcp_timer_2msl()852 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_activate()904 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_active()946 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_stop()1002 if (callout_active(&timer->tt_2msl)) in tcp_timer_to_xtimer()1003 xtimer->tt_2msl = (timer->tt_2msl.c_time - now) / SBT_1MS; in tcp_timer_to_xtimer()
146 struct callout tt_2msl; /* 2*msl TIME_WAIT timer */ member
643 int tt_2msl; /* 2*msl TIME_WAIT timer */ member
2172 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl, in db_print_tcpcb()
1101 callout_init(&tp->t_timers->tt_2msl, 1); in tcp_newtcpcb()
595 timer->tt_2msl / 1000, in protopr()596 (timer->tt_2msl % 1000) / 10, in protopr()