Searched refs:tcp_keepidle (Results 1 – 3 of 3) sorted by relevance
140 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle)159 extern int tcp_keepidle; /* time before keepalive probes begin */
91 int tcp_keepidle; variable93 &tcp_keepidle, 0, sysctl_msec_to_ticks, "I",
1471 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()