Searched refs:TCP_ECN_ENABLED (Results 1 – 4 of 4) sorted by relevance
1246 (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE))) { in tcp_detect_bad_rexmt()1821 if (TCP_ECN_ENABLED(tp)) { in tcp_input_process_accecn_synack()1904 if (TCP_ECN_ENABLED(tp)) { in tcp_input_process_accecn_synack()3566 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()3594 if (!TCP_ECN_ENABLED(tp)) { in tcp_input()4490 if ((TCP_ECN_ENABLED(tp) || tp->accurate_ecn_on) && in tcp_input()4956 if ((tp->accurate_ecn_on || (tp->l4s_enabled && !TCP_ECN_ENABLED(tp) && syn_cookie_processed)) in tcp_input()5396 if (!tp->accurate_ecn_on && TCP_ECN_ENABLED(tp)) { in tcp_input()5648 } else if (TCP_ECN_ENABLED(tp) && (thflags & TH_ECE)) { in tcp_input()
1774 if (TCP_ECN_ENABLED(tp)) { in tcp_fill_info()1868 ti->tcpi_ecn_success = (TCP_ECN_ENABLED(tp) || tp->accurate_ecn_on) ? 1 : 0; in tcp_fill_info()2063 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
1408 if (!tp->accurate_ecn_on && TCP_ECN_ENABLED(tp)) { in tcp_timers()1819 if (!tp->accurate_ecn_on && TCP_ECN_ENABLED(tp)) { in tcp_timers()
1003 #define TCP_ECN_ENABLED(_tp_) \ macro