Home
last modified time | relevance | path

Searched refs:sysctl_tcp_keepalive_probes (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c28 int sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; variable
622 if ((!tp->keepalive_probes && tp->probes_out >= sysctl_tcp_keepalive_probes) || in tcp_keepalive_timer()
Dsysctl_net_ipv4.c144 &sysctl_tcp_keepalive_probes, sizeof(int), 0644, NULL,
Dtcp.c2449 val = tp->keepalive_probes ? : sysctl_tcp_keepalive_probes; in tcp_getsockopt()
/linux-2.4.37.9/include/net/
Dtcp.h458 extern int sysctl_tcp_keepalive_probes;