Searched refs:TE_FORCE_ECT0 (Results 1 – 3 of 3) sorted by relevance
538 TE_FORCE_ECT1 : TE_FORCE_ECT0; in set_pid_tclass()540 tp->ecn_flags &= ~(TE_FORCE_ECT1 | TE_FORCE_ECT0); in set_pid_tclass()
3125 } else if (tp->ecn_flags & TE_FORCE_ECT0) { in tcp_output()3145 } else if (tp->ecn_flags & TE_FORCE_ECT0) { in tcp_output()
596 #define TE_FORCE_ECT0 0x80000000 /* Force setting ECT0 on outgoing packets for testing p… macro