Searched refs:tcp_keepidle (Results 1 – 4 of 4) sorted by relevance
290 (tp)->t_keepidle : (uint32_t)tcp_keepidle)306 extern int tcp_keepidle; /* time before keepalive probes begin */
157 int tcp_keepidle = TCPTV_KEEP_IDLE; variable160 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),184 int tcp_keepidle; variable187 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
625 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()5095 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
2839 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()