Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.h304 (tp)->t_keepidle : (uint32_t)tcp_keepidle)
320 extern int tcp_keepidle; /* time before keepalive probes begin */
H A Dtcp_timer.c162 int tcp_keepidle = TCPTV_KEEP_IDLE; variable
165 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),
189 int tcp_keepidle; variable
192 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
H A Dtcp_subr.c521 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()
4117 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
H A Dtcp_usrreq.c2806 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()