Lines Matching refs:alive
144 * @alive: bool, socket alive state
146 static int tcp_orphan_retries(struct sock *sk, bool alive)
151 if (READ_ONCE(sk->sk_err_soft) && !alive)
157 if (retries == 0 && alive)
263 const bool alive = icsk->icsk_rto < TCP_RTO_MAX;
265 retry_until = tcp_orphan_retries(sk, alive);
266 do_reset = alive ||
401 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX;
403 max_probes = tcp_orphan_retries(sk, alive);
404 if (!alive && icsk->icsk_backoff >= max_probes)
756 /* It is alive without keepalive 8) */