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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_timer.h174 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
H A Dtcp_usrreq.c1677 (TP_MAXIDLE(tp) > 0))
1679 TP_MAXIDLE(tp));
1700 (TP_MAXIDLE(tp) > 0))
1702 TP_MAXIDLE(tp));
1985 tcp_finwait2_timeout : TP_MAXIDLE(tp);
H A Dtcp_timer.c368 if (ticks - tp->t_rcvtime <= TP_MAXIDLE(tp)) {
433 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp))
H A Dtcp_input.c2889 TP_MAXIDLE(tp)));
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c1385 TP_MAXIDLE(tp)));

Completed in 111 milliseconds