Searched refs:TCPF_CA_CWR (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | tcp.h | 123 #define TCPF_CA_CWR (1<<TCP_CA_CWR) macro |
/include/net/ | ||
D | tcp.h | 834 if ((1 << inet_csk(sk)->icsk_ca_state) & (TCPF_CA_CWR | TCPF_CA_Recovery)) in tcp_current_ssthresh() |