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 */
161 int tcp_keepidle = TCPTV_KEEP_IDLE; variable164 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),188 int tcp_keepidle; variable191 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
517 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()4087 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
2750 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()