TF_DISABLE_ECN   1169 netinet/tcp_input.c 			if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
TF_DISABLE_ECN   1445 netinet/tcp_input.c 			if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
TF_DISABLE_ECN    841 netinet/tcp_output.c 		if (!(tp->t_flags & TF_DISABLE_ECN)) {
TF_DISABLE_ECN    340 netinet/tcp_timer.c 	    && tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
TF_DISABLE_ECN    341 netinet/tcp_timer.c 		tp->t_flags |= TF_DISABLE_ECN;