Home
last modified time | relevance | path

Searched refs:TCP_CA_CWR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dtcp.h191 TCP_CA_CWR = 2, enumerator
192 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
/Linux-v5.4/net/ipv4/
Dtcp_htcp.c281 case TCP_CA_CWR: in htcp_state()
Dtcp_nv.c222 } else if (new_state == TCP_CA_Loss || new_state == TCP_CA_CWR || in tcpnv_state()
Dtcp_input.c2510 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction()
2523 if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { in tcp_enter_cwr()
2526 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_enter_cwr()
2557 if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) { in tcp_try_to_open()
2818 case TCP_CA_CWR: in tcp_fastretrans_alert()
2881 if (icsk->icsk_ca_state < TCP_CA_CWR && in tcp_fastretrans_alert()
3522 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_process_tlp_ack()
Dtcp_output.c2495 icsk->icsk_ca_state != TCP_CA_CWR)) in tcp_schedule_loss_probe()