Searched refs:tt_keep (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_timer.c | 416 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()
|
| HD | tcp_timer.h | 157 struct callout tt_keep; /* keepalive */ member
|
| HD | tcp_var.h | 799 int32_t tt_keep; /* (s) */ member
|
| HD | tcp_subr.c | 2126 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb() 3987 COPYTIMER(tt_keep); in tcp_inptoxtp()
|
| HD | tcp_usrreq.c | 2869 &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/ |
| HD | inet.c | 525 tp->tt_keep / 1000, in protopr() 526 (tp->tt_keep % 1000) / 10, in protopr()
|