Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_timer.h185 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
Dtcp_timer.c349 if (ticks - tp->t_rcvtime <= TP_MAXIDLE(tp)) { in tcp_timer_2msl()
438 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
1044 tcp_finwait2_timeout : TP_MAXIDLE(tp)); in tcp_timers_unsuspend()
Dtcp_usrreq.c2040 (TP_MAXIDLE(tp) > 0)) in tcp_default_ctloutput()
2042 TP_MAXIDLE(tp)); in tcp_default_ctloutput()
2063 (TP_MAXIDLE(tp) > 0)) in tcp_default_ctloutput()
2065 TP_MAXIDLE(tp)); in tcp_default_ctloutput()
2453 tcp_finwait2_timeout : TP_MAXIDLE(tp); in tcp_usrclosed()
Dtcp_input.c2934 TP_MAXIDLE(tp))); in tcp_do_segment()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c2843 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in rack_timeout_keepalive()
5502 TP_MAXIDLE(tp))); in rack_do_syn_sent()
5715 TP_MAXIDLE(tp))); in rack_do_syn_recv()
6072 TP_MAXIDLE(tp))); in rack_do_fin_wait_1()