Searched refs:sysctl_tcp_keepalive_probes (Results 1 – 4 of 4) sorted by relevance
28 int sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; variable622 if ((!tp->keepalive_probes && tp->probes_out >= sysctl_tcp_keepalive_probes) || in tcp_keepalive_timer()
144 &sysctl_tcp_keepalive_probes, sizeof(int), 0644, NULL,
2449 val = tp->keepalive_probes ? : sysctl_tcp_keepalive_probes; in tcp_getsockopt()
458 extern int sysctl_tcp_keepalive_probes;