Searched refs:TF_ECN_SND_CWR (Results 1 – 3 of 3) sorted by relevance
448 tp->t_flags |= TF_ECN_SND_CWR; in tcp_common_congestion_exp()560 tp->t_flags |= TF_ECN_SND_CWR; in tcp_reno_slow_retransmit()976 tp->t_flags |= TF_ECN_SND_CWR; in tcp_cubic_slow_retransmit()
638 if ((tp->t_flags & (TF_ECN_SND_CWR|TF_ECN_SND_ECE)) != 0) { in tcp_output()1334 if (tp->t_flags & TF_ECN_SND_CWR) { in tcp_output()1336 tp->t_flags &= ~TF_ECN_SND_CWR; in tcp_output()
249 #define TF_ECN_SND_CWR 0x20000 /* ECN CWR in queue */ macro