Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp_timer.c27 int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME;
Dsysctl_net_ipv4.c311 .data = &sysctl_tcp_keepalive_time,
/linux-3.3/include/net/
Dtcp.h215 extern int sysctl_tcp_keepalive_time;
1049 return tp->keepalive_time ? : sysctl_tcp_keepalive_time; in keepalive_time_when()