Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_timer.h301 #define TCP_CONN_KEEPIDLE(tp) \ macro
H A Dtcp_log.c379 TCP_CONN_KEEPIDLE(tp), TCP_CONN_KEEPINTVL(tp), in tcp_log_keepalive()
H A Dtcp_timer.c1482 if (idle_time >= TCP_CONN_KEEPIDLE(tp) + TCP_CONN_MAXIDLE(tp)) { in tcp_timers()
1500 TCP_CONN_KEEPIDLE(tp)); in tcp_timers()
H A Dtcp_input.c904 TCP_CONN_KEEPIDLE(tp)); in tcp_keepalive_reset()
3821 TCP_CONN_KEEPIDLE(tp)); in tcp_input()
4474 TCP_CONN_KEEPIDLE(tp)); in tcp_input()
H A Dtcp_usrreq.c2387 TCP_CONN_KEEPIDLE(tp)); in tcp_ctloutput()