Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_timer.c419 if (idletime < TP_KEEPIDLE(tp)) { in tcp_timer_keep()
421 TP_KEEPIDLE(tp) - idletime, tcp_timer_keep, tp); in tcp_timer_keep()
438 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
463 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
1032 TP_KEEPIDLE(tp) : TP_KEEPINIT(tp)); in tcp_timers_unsuspend()
Dtcp_timer.h182 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) macro
Dtcp_usrreq.c2035 TP_KEEPIDLE(tp)); in tcp_default_ctloutput()
2246 ui = TP_KEEPIDLE(tp) / hz; in tcp_default_ctloutput()
Dtcp_input.c2087 TP_KEEPIDLE(tp)); in tcp_do_segment()
2479 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
Dtcp_subr.c684 TCPS_HAVEESTABLISHED(tp->t_state) ? TP_KEEPIDLE(tp) : in tcp_default_fb_init()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c2381 hpts_timeout = TP_KEEPIDLE(tp); in rack_start_hpts_timer()
2843 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in rack_timeout_keepalive()