Searched refs:sysctl_tcp_keepalive_intvl (Results 1 – 3 of 3) sorted by relevance
29 int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL;
325 .data = &sysctl_tcp_keepalive_intvl,
217 extern int sysctl_tcp_keepalive_intvl;1044 return tp->keepalive_intvl ? : sysctl_tcp_keepalive_intvl; in keepalive_intvl_when()