Searched refs:max_probes (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dtcp_timer.c272 int max_probes; local
295 max_probes = sysctl_tcp_retries2;
299 max_probes = tcp_orphan_retries(sk, alive);
300 if (!alive && icsk->icsk_backoff >= max_probes)
306 if (icsk->icsk_probes_out > max_probes) {
/net/core/
H A Dneighbour.c839 int max_probes = NEIGH_VAR(p, UCAST_PROBES) + NEIGH_VAR(p, APP_PROBES); local
841 max_probes += NEIGH_VAR(p, MCAST_PROBES);
842 return max_probes;

Completed in 150 milliseconds