Searched refs:TF_RCVD_CE (Results 1 – 3 of 3) sorted by relevance
93 #define TF_RCVD_CE 0x00010000U /* send ECE in subsequent segs */ macro
830 if (tp->t_flags & TF_RCVD_CE) { in tcp_output()
905 tp->t_flags |= TF_RCVD_CE; in tcp_input() 1531 tp->t_flags &= ~TF_RCVD_CE; in tcp_input()