Searched refs:tt_keep (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.c | 415 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 D | tcp_timer.h | 154 struct callout tt_keep; /* keepalive */ member
|
| H A D | tcp_var.h | 769 int32_t tt_keep; /* (s) */ member
|
| H A D | tcp_subr.c | 1762 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb() 3479 COPYTIMER(tt_keep); in tcp_inptoxtp()
|
| H A D | tcp_usrreq.c | 2954 &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 D | tcp_timer.h | 154 struct callout tt_keep; /* keepalive */ member
|
| H A D | tcp_var.h | 769 int32_t tt_keep; /* (s) */ member
|
| /f-stack/tools/netstat/ |
| H A D | inet.c | 531 tp->tt_keep / 1000, in protopr() 532 (tp->tt_keep % 1000) / 10, in protopr()
|