Searched refs:max_probes (Results 1 – 1 of 1) sorted by relevance
343 int max_probes; in tcp_probe_timer() local366 max_probes = sock_net(sk)->ipv4.sysctl_tcp_retries2; in tcp_probe_timer()370 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()371 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()377 if (icsk->icsk_probes_out >= max_probes) { in tcp_probe_timer()