Searched refs:V_tcp_do_ecn (Results 1 – 3 of 3) sorted by relevance
68 V_tcp_do_ecn = 1, enumerator
1042 if (tp->t_state == TCPS_SYN_SENT && V_tcp_do_ecn) { in tcp_output()1058 V_tcp_do_ecn) { in tcp_output()
933 if (/*sc->sc_flags & SCF_ECN*/(th->th_flags & (TH_ECE|TH_CWR)) && V_tcp_do_ecn) in tcp_input()1593 if ((thflags & TH_ECE) && V_tcp_do_ecn) { in tcp_do_segment()