Searched refs:TCP_ECN_QUEUE_CWR (Results 1 – 3 of 3) sorted by relevance
371 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()372 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
251 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()269 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
362 #define TCP_ECN_QUEUE_CWR 2 macro