Searched refs:TCP_CA_CWR (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 199 TCP_CA_CWR = 2, enumerator 200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 215 TCP_CA_CWR = 2, enumerator 216 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 199 TCP_CA_CWR = 2, enumerator 200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 133 TCP_CA_CWR = 2, enumerator 134 #define TCPF_CA_CWR (1 << TCP_CA_CWR)
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 199 TCP_CA_CWR = 2, enumerator 200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 133 TCP_CA_CWR = 2, enumerator 134 #define TCPF_CA_CWR (1 << TCP_CA_CWR)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 131 TCP_CA_CWR = 2, enumerator 132 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 64 #define TCP_CA_CWR 2 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_htcp.c | 281 case TCP_CA_CWR: in htcp_state()
|
H A D | tcp_nv.c | 222 } else if (new_state == TCP_CA_Loss || new_state == TCP_CA_CWR || in tcpnv_state()
|
H A D | tcp_input.c | 2660 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction() 2673 if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { in tcp_enter_cwr() 2676 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_enter_cwr() 2707 if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) { in tcp_try_to_open() 2970 case TCP_CA_CWR: in tcp_fastretrans_alert() 3036 if (icsk->icsk_ca_state < TCP_CA_CWR && in tcp_fastretrans_alert() 3693 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_process_tlp_ack()
|
H A D | tcp_output.c | 2760 icsk->icsk_ca_state != TCP_CA_CWR)) in tcp_schedule_loss_probe()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_htcp.c | 281 case TCP_CA_CWR: in htcp_state()
|
H A D | tcp_nv.c | 221 } else if (new_state == TCP_CA_Loss || new_state == TCP_CA_CWR || in tcpnv_state()
|
H A D | tcp_input.c | 2678 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction() 2691 if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { in tcp_enter_cwr() 2694 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_enter_cwr() 2725 if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) { in tcp_try_to_open() 3003 case TCP_CA_CWR: in tcp_fastretrans_alert() 3069 if (icsk->icsk_ca_state < TCP_CA_CWR && in tcp_fastretrans_alert() 3727 tcp_set_ca_state(sk, TCP_CA_CWR); in tcp_process_tlp_ack()
|
H A D | tcp_output.c | 2819 icsk->icsk_ca_state != TCP_CA_CWR)) in tcp_schedule_loss_probe()
|
Completed in 36 milliseconds