Home
last modified time | relevance | path

Searched refs:TCP_CA_Recovery (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_recovery.c32 if (inet_csk(sk)->icsk_ca_state >= TCP_CA_Recovery) in tcp_rack_reo_wnd()
173 if (inet_csk(sk)->icsk_ca_state != TCP_CA_Recovery) { in tcp_rack_reo_timeout()
235 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
236 (state == TCP_CA_Recovery && snd_una_advanced)) { in tcp_newreno_mark_lost()
Dtcp_bbr.c295 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
394 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
400 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
Dtcp_htcp.c281 case TCP_CA_Recovery: in htcp_state()
Dtcp_nv.c222 new_state == TCP_CA_Recovery) { in tcpnv_state()
Dtcp_timer.c491 if (icsk->icsk_ca_state == TCP_CA_Recovery) { in tcp_retransmit_timer()
Dtcp_input.c1983 bool new_recovery = icsk->icsk_ca_state < TCP_CA_Recovery; in tcp_enter_loss()
2652 tcp_set_ca_state(sk, TCP_CA_Recovery); in tcp_enter_recovery()
2820 case TCP_CA_Recovery: in tcp_fastretrans_alert()
2832 case TCP_CA_Recovery: in tcp_fastretrans_alert()
Dtcp_output.c1916 if (icsk->icsk_ca_state >= TCP_CA_Recovery) in tcp_tso_should_defer()
/Linux-v4.19/include/uapi/linux/
Dtcp.h170 TCP_CA_Recovery = 3, enumerator
171 #define TCPF_CA_Recovery (1<<TCP_CA_Recovery)