Home
last modified time | relevance | path

Searched refs:TCP_CONN_MAXIDLE (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.h297 #define TCP_CONN_MAXIDLE(tp) \ macro
H A Dtcp_usrreq.c2495 TCP_CONN_MAXIDLE(tp) > 0) { in tcp_ctloutput()
2497 TCP_CONN_MAXIDLE(tp)); in tcp_ctloutput()
2514 TCP_CONN_MAXIDLE(tp) > 0) { in tcp_ctloutput()
2516 TCP_CONN_MAXIDLE(tp)); in tcp_ctloutput()
H A Dtcp_timer.c1046 ((idle_time > 0) && (idle_time < TCP_CONN_MAXIDLE(tp)))) { in tcp_timers()
1495 if (idle_time >= TCP_CONN_KEEPIDLE(tp) + TCP_CONN_MAXIDLE(tp)) { in tcp_timers()
H A Dtcp_input.c926 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()
929 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()