Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timer.c440 if (idletime < TP_KEEPIDLE(tp)) { in tcp_timer_keep()
442 TP_KEEPIDLE(tp) - idletime, tcp_timer_keep, tp); in tcp_timer_keep()
459 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
486 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
1057 TP_KEEPIDLE(tp) : TP_KEEPINIT(tp)); in tcp_timers_unsuspend()
H A Dtcp_timer.h184 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) macro
H A Dtcp_usrreq.c2310 TP_KEEPIDLE(tp)); in tcp_default_ctloutput()
2569 ui = TP_KEEPIDLE(tp) / hz; in tcp_default_ctloutput()
H A Dtcp_input.c2075 TP_KEEPIDLE(tp)); in tcp_do_segment()
2458 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
H A Dtcp_subr.c742 TCPS_HAVEESTABLISHED(tp->t_state) ? TP_KEEPIDLE(tp) : in tcp_default_fb_init()
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h184 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4856 hpts_timeout = TP_KEEPIDLE(tp); in rack_start_hpts_timer()
5456 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in rack_timeout_keepalive()
H A Dbbr.c845 hpts_timeout = TICKS_2_USEC(TP_KEEPIDLE(tp)); in bbr_start_hpts_timer()
4848 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in bbr_timeout_keepalive()