Searched refs:TF_ECN_SND_ECE (Results 1 – 3 of 3) sorted by relevance
421 #define TF_ECN_SND_ECE 0x10000000 /* ECN ECE in queue */ macro
1006 tp->t_flags &= ~TF_ECN_SND_ECE; in tcp_do_segment()1009 tp->t_flags |= TF_ECN_SND_ECE; in tcp_do_segment()
996 if (tp->t_flags & TF_ECN_SND_ECE) in tcp_output()