Searched refs:TCP_CA_CWR (Results 1 – 7 of 7) sorted by relevance
131 if (((1<<TCP_CA_CWR) | (1<<TCP_CA_Recovery)) & in BPF_PROG()139 inet_csk(sk)->icsk_ca_state == TCP_CA_CWR) { in BPF_PROG()
199 TCP_CA_CWR = 2, enumerator200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
207 TCP_CA_CWR = 2, enumerator208 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
281 case TCP_CA_CWR: in htcp_state()
221 } else if (new_state == TCP_CA_Loss || new_state == TCP_CA_CWR || in tcpnv_state()
2745 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction()2758 if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { in tcp_enter_cwr()2761 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_enter_cwr()2792 if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) { in tcp_try_to_open()3098 case TCP_CA_CWR: in tcp_fastretrans_alert()3166 if (icsk->icsk_ca_state < TCP_CA_CWR && in tcp_fastretrans_alert()3853 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_process_tlp_ack()
2889 icsk->icsk_ca_state != TCP_CA_CWR)) in tcp_schedule_loss_probe()