Home
last modified time | relevance | path

Searched refs:tt_2msl (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_timer.c316 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()
HDtcp_timer.h146 struct callout tt_2msl; /* 2*msl TIME_WAIT timer */ member
HDtcp_var.h643 int tt_2msl; /* 2*msl TIME_WAIT timer */ member
HDtcp_usrreq.c2172 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl, in db_print_tcpcb()
HDtcp_subr.c1101 callout_init(&tp->t_timers->tt_2msl, 1); in tcp_newtcpcb()
/NextBSD/usr.bin/netstat/
HDinet.c595 timer->tt_2msl / 1000, in protopr()
596 (timer->tt_2msl % 1000) / 10, in protopr()