Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_timer.c416 if (callout_pending(&tp->t_timers->tt_keep) || in tcp_timer_keep()
417 !callout_active(&tp->t_timers->tt_keep)) { in tcp_timer_keep()
422 callout_deactivate(&tp->t_timers->tt_keep); in tcp_timer_keep()
442 callout_reset(&tp->t_timers->tt_keep, in tcp_timer_keep()
484 callout_reset(&tp->t_timers->tt_keep, TP_KEEPINTVL(tp), in tcp_timer_keep()
487 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
926 t_callout = &tp->t_timers->tt_keep; in tcp_timer_activate()
963 t_callout = &tp->t_timers->tt_keep; in tcp_timer_active()
1006 t_callout = &tp->t_timers->tt_keep; in tcp_timer_suspend()
1099 t_callout = &tp->t_timers->tt_keep; in tcp_timer_stop()
HDtcp_timer.h157 struct callout tt_keep; /* keepalive */ member
HDtcp_var.h799 int32_t tt_keep; /* (s) */ member
HDtcp_subr.c2126 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb()
3987 COPYTIMER(tt_keep); in tcp_inptoxtp()
HDtcp_usrreq.c2869 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
/freebsd-13-stable/usr.bin/netstat/
HDinet.c525 tp->tt_keep / 1000, in protopr()
526 (tp->tt_keep % 1000) / 10, in protopr()