Searched refs:TF_DISABLE_ECN (Results 1 – 4 of 4) sorted by relevance
344 && atomic_load_int(&tcp_do_ecn) && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_timer_rexmt()345 tp->t_flags |= TF_DISABLE_ECN; in tcp_timer_rexmt()
95 #define TF_DISABLE_ECN 0x00040000U /* disable ECN for this connection */ macro
834 if (!(tp->t_flags & TF_DISABLE_ECN)) { in tcp_output()
1137 if (do_ecn && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_input()1419 if (do_ecn && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_input()