Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c122 if (((1<<TCP_CA_CWR) | (1<<TCP_CA_Recovery)) & in BPF_PROG()
130 inet_csk(sk)->icsk_ca_state == TCP_CA_CWR) { in BPF_PROG()
/linux/tools/include/uapi/linux/
H A Dtcp.h199 TCP_CA_CWR = 2, enumerator
200 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
/linux/net/ipv4/
H A Dtcp_htcp.c281 case TCP_CA_CWR: in htcp_state()