Searched refs:TCP_ACC_ECN_ENABLED (Results 1 – 3 of 3) sorted by relevance
516 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()527 if (!tcp_heuristic_do_ecn(tp) && !TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()542 if ((tp->iss % 100) >= tcp_ecn_setup_percentage && !TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()2020 (TCP_ACC_ECN_ENABLED(tp) && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK) && in tcp_output()2093 if (TCP_ACC_ECN_ENABLED(tp) && (tp->ecn_flags & TE_ACE_SETUPRECEIVED)) { in tcp_output()2193 if (!TCP_ACC_ECN_ENABLED(tp)) { in tcp_output()2204 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_output()
945 #define TCP_ACC_ECN_ENABLED(_tp_) \ macro951 (TCP_ACC_ECN_ENABLED(_tp_) && \
1830 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_input_process_accecn_syn()1865 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_input_process_accecn_syn()3745 } else if (TCP_ACC_ECN_ENABLED(tp) && ace_flags != 0 && in tcp_input()