Home
last modified time | relevance | path

Searched refs:TP_MAXIDLE (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
/f-stack/freebsd/netinet/
H A Dtcp_timer.h187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
H A Dtcp_timer.c370 if (ticks - tp->t_rcvtime <= TP_MAXIDLE(tp)) { in tcp_timer_2msl()
459 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
1069 tcp_finwait2_timeout : TP_MAXIDLE(tp)); in tcp_timers_unsuspend()
H A Dtcp_usrreq.c2315 (TP_MAXIDLE(tp) > 0)) in tcp_default_ctloutput()
2317 TP_MAXIDLE(tp)); in tcp_default_ctloutput()
2338 (TP_MAXIDLE(tp) > 0)) in tcp_default_ctloutput()
2340 TP_MAXIDLE(tp)); in tcp_default_ctloutput()
2736 tcp_finwait2_timeout : TP_MAXIDLE(tp); in tcp_usrclosed()
H A Dtcp_input.c2970 TP_MAXIDLE(tp))); in tcp_do_segment()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5456 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in rack_timeout_keepalive()
9351 TP_MAXIDLE(tp))); in rack_do_syn_sent()
9552 TP_MAXIDLE(tp))); in rack_do_syn_recv()
9919 TP_MAXIDLE(tp))); in rack_do_fin_wait_1()
H A Dbbr.c4848 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in bbr_timeout_keepalive()
9031 TP_MAXIDLE(tp))); in bbr_do_syn_sent()
9243 TP_MAXIDLE(tp))); in bbr_do_syn_recv()
9619 TP_MAXIDLE(tp))); in bbr_do_fin_wait_1()