tcp_do_ecn       1169 netinet/tcp_input.c 			if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
tcp_do_ecn       1206 netinet/tcp_input.c 		if (tcp_do_ecn) {
tcp_do_ecn       1445 netinet/tcp_input.c 			if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
tcp_do_ecn       1536 netinet/tcp_input.c 		if (tcp_do_ecn && (tiflags & TH_ECE)) {
tcp_do_ecn       4103 netinet/tcp_input.c 	if (tcp_do_ecn &&
tcp_do_ecn       4235 netinet/tcp_input.c 	if (tcp_do_ecn && (sc->sc_flags & SCF_ECN_PERMIT))
tcp_do_ecn        832 netinet/tcp_output.c 	if (tcp_do_ecn) {
tcp_do_ecn       1056 netinet/tcp_output.c 	if (tcp_do_ecn && (tp->t_flags & TF_ECN_PERMIT)) {
tcp_do_ecn        115 netinet/tcp_subr.c int	tcp_do_ecn = 0;		/* RFC3168 ECN enabled/disabled? */
tcp_do_ecn        340 netinet/tcp_timer.c 	    && tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
tcp_do_ecn        930 netinet/tcp_usrreq.c 		   &tcp_do_ecn));
tcp_do_ecn        564 netinet/tcp_var.h extern	int tcp_do_ecn;		/* RFC3168 ECN enabled/disabled? */