Searched refs:TCP_ECN_DEMAND_CWR (Results 1 – 4 of 4) sorted by relevance
173 tp->ecn_flags |= TCP_ECN_DEMAND_CWR;175 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
65 #define TCP_ECN_DEMAND_CWR 4 macro
364 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR) && in tcp_data_ecn_check()368 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in tcp_data_ecn_check()
372 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()