Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_timer.c409 if (callout_pending(&tp->t_timers->tt_keep) || in tcp_timer_keep()
410 !callout_active(&tp->t_timers->tt_keep)) { in tcp_timer_keep()
415 callout_deactivate(&tp->t_timers->tt_keep); in tcp_timer_keep()
435 callout_reset(&tp->t_timers->tt_keep, in tcp_timer_keep()
477 callout_reset(&tp->t_timers->tt_keep, TP_KEEPINTVL(tp), in tcp_timer_keep()
480 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
916 t_callout = &tp->t_timers->tt_keep; in tcp_timer_activate()
953 t_callout = &tp->t_timers->tt_keep; in tcp_timer_active()
996 t_callout = &tp->t_timers->tt_keep; in tcp_timer_suspend()
1089 t_callout = &tp->t_timers->tt_keep; in tcp_timer_stop()
H A Dtcp_timer.h152 struct callout tt_keep; /* keepalive */ member
H A Dtcp_var.h800 int32_t tt_keep; /* (s) */ member
H A Dtcp_subr.c2130 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb()
3991 COPYTIMER(tt_keep); in tcp_inptoxtp()
H A Dtcp_usrreq.c2867 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
/freebsd-13.1/usr.bin/netstat/
H A Dinet.c527 tp->tt_keep / 1000, in protopr()
528 (tp->tt_keep % 1000) / 10, in protopr()