Searched refs:TCP_CA_Recovery (Results 1 – 11 of 11) sorted by relevance
13 if (inet_csk(sk)->icsk_ca_state >= TCP_CA_Recovery) in tcp_rack_reo_wnd()158 if (inet_csk(sk)->icsk_ca_state != TCP_CA_Recovery) { in tcp_rack_reo_timeout()222 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()223 (state == TCP_CA_Recovery && snd_una_advanced)) { in tcp_newreno_mark_lost()
325 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()494 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()500 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
185 if (new_state == TCP_CA_Recovery && in dctcp_state()
282 case TCP_CA_Recovery: in htcp_state()
222 new_state == TCP_CA_Recovery) { in tcpnv_state()
582 if (icsk->icsk_ca_state == TCP_CA_Recovery) { in tcp_retransmit_timer()
2184 bool new_recovery = icsk->icsk_ca_state < TCP_CA_Recovery; in tcp_enter_loss()2909 tcp_set_ca_state(sk, TCP_CA_Recovery); in tcp_enter_recovery()3090 case TCP_CA_Recovery: in tcp_fastretrans_alert()3102 case TCP_CA_Recovery: in tcp_fastretrans_alert()3113 if (icsk->icsk_ca_state != TCP_CA_Recovery) { in tcp_fastretrans_alert()
2198 if (icsk->icsk_ca_state >= TCP_CA_Recovery) in tcp_tso_should_defer()
205 TCP_CA_Recovery = 3, enumerator206 #define TCPF_CA_Recovery (1<<TCP_CA_Recovery)
159 if (new_state == TCP_CA_Recovery && in BPF_PROG()