Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_timer.c497 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()
HDtcp_timer.h144 struct callout tt_persist; /* retransmit persistence */ member
HDtcp_var.h641 int tt_persist; /* retransmit persistence */ member
HDtcp_usrreq.c2169 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
HDtcp_subr.c1099 callout_init(&tp->t_timers->tt_persist, 1); in tcp_newtcpcb()
/NextBSD/usr.bin/netstat/
HDinet.c591 timer->tt_persist / 1000, in protopr()
592 (timer->tt_persist % 1000) / 10, in protopr()