Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timer.c415 if (callout_pending(&tp->t_timers->tt_keep) || in tcp_timer_keep()
416 !callout_active(&tp->t_timers->tt_keep)) { in tcp_timer_keep()
421 callout_deactivate(&tp->t_timers->tt_keep); in tcp_timer_keep()
441 callout_reset(&tp->t_timers->tt_keep, in tcp_timer_keep()
483 callout_reset(&tp->t_timers->tt_keep, TP_KEEPINTVL(tp), in tcp_timer_keep()
486 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
922 t_callout = &tp->t_timers->tt_keep; in tcp_timer_activate()
959 t_callout = &tp->t_timers->tt_keep; in tcp_timer_active()
1002 t_callout = &tp->t_timers->tt_keep; in tcp_timer_suspend()
1095 t_callout = &tp->t_timers->tt_keep; in tcp_timer_stop()
H A Dtcp_timer.h154 struct callout tt_keep; /* keepalive */ member
H A Dtcp_var.h769 int32_t tt_keep; /* (s) */ member
H A Dtcp_subr.c1762 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb()
3479 COPYTIMER(tt_keep); in tcp_inptoxtp()
H A Dtcp_usrreq.c2954 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h154 struct callout tt_keep; /* keepalive */ member
H A Dtcp_var.h769 int32_t tt_keep; /* (s) */ member
/f-stack/tools/netstat/
H A Dinet.c531 tp->tt_keep / 1000, in protopr()
532 (tp->tt_keep % 1000) / 10, in protopr()