Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c163 int tcp_keepidle = TCPTV_KEEP_IDLE; variable
166 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),
190 int tcp_keepidle; variable
193 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
H A Dtcp_subr.c523 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()
4115 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
H A Dtcp_usrreq.c2819 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()