Home
last modified time | relevance | path

Searched refs:sysctl_tcp_keepalive_intvl (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/net/ipv4/
Dtcp_timer.c29 int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL;
Dsysctl_net_ipv4.c325 .data = &sysctl_tcp_keepalive_intvl,
/linux-3.3/include/net/
Dtcp.h217 extern int sysctl_tcp_keepalive_intvl;
1044 return tp->keepalive_intvl ? : sysctl_tcp_keepalive_intvl; in keepalive_intvl_when()