Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h199 TCP_CA_CWR = 2, enumerator
200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
/openbmc/linux/include/uapi/linux/
H A Dtcp.h199 TCP_CA_CWR = 2, enumerator
200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
/openbmc/linux/net/ipv4/
H A Dtcp_htcp.c281 case TCP_CA_CWR: in htcp_state()
H A Dtcp_nv.c221 } else if (new_state == TCP_CA_Loss || new_state == TCP_CA_CWR || in tcpnv_state()
H A Dtcp_input.c2728 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction()
2741 if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { in tcp_enter_cwr()
2744 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_enter_cwr()
2775 if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) { in tcp_try_to_open()
3081 case TCP_CA_CWR: in tcp_fastretrans_alert()
3149 if (icsk->icsk_ca_state < TCP_CA_CWR && in tcp_fastretrans_alert()
3807 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_process_tlp_ack()
H A Dtcp_output.c2824 icsk->icsk_ca_state != TCP_CA_CWR)) in tcp_schedule_loss_probe()