Searched refs:tt_2msl (Results 1 – 8 of 8) sorted by relevance
324 if (callout_pending(&tp->t_timers->tt_2msl) || in tcp_timer_2msl()325 !callout_active(&tp->t_timers->tt_2msl)) { in tcp_timer_2msl()330 callout_deactivate(&tp->t_timers->tt_2msl); in tcp_timer_2msl()371 callout_reset(&tp->t_timers->tt_2msl, in tcp_timer_2msl()926 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_activate()962 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_active()1006 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_suspend()1098 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_stop()
155 struct callout tt_2msl; /* 2*msl TIME_WAIT timer */ member
770 int32_t tt_2msl; /* (s) */ member
1763 callout_init(&tp->t_timers->tt_2msl, 1); in tcp_newtcpcb()3480 COPYTIMER(tt_2msl); in tcp_inptoxtp()
2957 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl, in db_print_tcpcb()
533 tp->tt_2msl / 1000, in protopr()534 (tp->tt_2msl % 1000) / 10, in protopr()