Searched refs:tt_keep (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_timer.c | 409 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 D | tcp_timer.h | 152 struct callout tt_keep; /* keepalive */ member
|
| H A D | tcp_var.h | 800 int32_t tt_keep; /* (s) */ member
|
| H A D | tcp_subr.c | 2130 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb() 3991 COPYTIMER(tt_keep); in tcp_inptoxtp()
|
| H A D | tcp_usrreq.c | 2867 &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 D | inet.c | 527 tp->tt_keep / 1000, in protopr() 528 (tp->tt_keep % 1000) / 10, in protopr()
|