Searched refs:TCP_ECN_QUEUE_CWR (Results 1 – 4 of 4) sorted by relevance
59 #define TCP_ECN_QUEUE_CWR 2 macro
389 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()390 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
345 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()364 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
378 #define TCP_ECN_QUEUE_CWR BIT(1) macro