Searched refs:tcp_keepidle (Results 1 – 4 of 4) sorted by relevance
304 (tp)->t_keepidle : (uint32_t)tcp_keepidle)320 extern int tcp_keepidle; /* time before keepalive probes begin */
162 int tcp_keepidle = TCPTV_KEEP_IDLE; variable165 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),189 int tcp_keepidle; variable192 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
521 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()4117 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
2806 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()