Searched refs:TCP_ECN_ENABLED (Results 1 – 5 of 5) sorted by relevance
1333 (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE))) { in tcp_detect_bad_rexmt()3032 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()3059 !TCP_ECN_ENABLED(tp) && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()3065 if (tp->t_state == TCPS_ESTABLISHED && TCP_ECN_ENABLED(tp) && in tcp_input()3774 if (TCP_ECN_ENABLED(tp)) { in tcp_input()3854 if (TCP_ECN_ENABLED(tp)) { in tcp_input()4236 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()4320 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()5214 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_input()5469 } else if (TCP_ECN_ENABLED(tp) && (thflags & TH_ECE)) { in tcp_input()
1121 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()1133 if (TCP_ECN_ENABLED(tp) && in tcp_timers()1423 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_timers()1873 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_timers()
381 if (TCP_ECN_ENABLED(tp)) { in tcp_sack_detect_reordering()
1774 if (TCP_ECN_ENABLED(tp)) { in tcp_fill_info()1867 ti->tcpi_ecn_success = (TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) ? 1 : 0; in tcp_fill_info()2059 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
940 #define TCP_ECN_ENABLED(_tp_) \ macro