Searched refs:tcp_keepidle (Results 1 – 4 of 4) sorted by relevance
305 (tp)->t_keepidle : (uint32_t)tcp_keepidle)321 extern int tcp_keepidle; /* time before keepalive probes begin */
160 int tcp_keepidle = TCPTV_KEEP_IDLE; variable163 &tcp_keepidle, offsetof(skmem_sysctl, tcp.keepidle),187 int tcp_keepidle; variable190 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
531 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()4906 tcp_keepidle); in tcp_fill_keepalive_offload_frames()
2836 optval = tcp_keepidle / TCP_RETRANSHZ; in tcp_ctloutput()