Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_recovery.c13 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()
H A Dtcp_bbr.c326 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
495 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
501 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
H A Dtcp_dctcp.c185 if (new_state == TCP_CA_Recovery && in dctcp_state()
H A Dtcp_htcp.c282 case TCP_CA_Recovery: in htcp_state()
H A Dtcp_nv.c222 new_state == TCP_CA_Recovery) { in tcpnv_state()
H A Dtcp_input.c2354 bool new_recovery = icsk->icsk_ca_state < TCP_CA_Recovery; in tcp_enter_loss()
2996 tcp_set_ca_state(sk, TCP_CA_Recovery); in tcp_enter_recovery()
3163 case TCP_CA_Recovery: in tcp_fastretrans_alert()
3175 case TCP_CA_Recovery: in tcp_fastretrans_alert()
3186 if (icsk->icsk_ca_state != TCP_CA_Recovery) { in tcp_fastretrans_alert()
H A Dtcp_output.c2382 if (icsk->icsk_ca_state >= TCP_CA_Recovery) in tcp_tso_should_defer()
/linux/tools/include/uapi/linux/
H A Dtcp.h205 TCP_CA_Recovery = 3, enumerator
206 #define TCPF_CA_Recovery (1<<TCP_CA_Recovery)
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c122 if (((1<<TCP_CA_CWR) | (1<<TCP_CA_Recovery)) & in BPF_PROG()
H A Dbpf_dctcp.c160 if (new_state == TCP_CA_Recovery && in dctcp_react_to_loss()