Searched refs:TCP_ACC_ECN_ON (Results 1 – 5 of 5) sorted by relevance
1332 if ((TCP_ACC_ECN_ON(tp) && tp->t_aecn.t_delta_ce_packets > 0) || in tcp_detect_bad_rexmt()2969 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_input()2991 if (!TCP_ACC_ECN_ON(tp)) { in tcp_input()3008 if (TCP_ACC_ECN_ON(tp) && tp->t_state == TCPS_ESTABLISHED) { in tcp_input()3224 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()3253 if (TCP_ACC_ECN_ON(tp) && (tp->ecn_flags & TE_SENDIPECT)) { in tcp_input()3979 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { 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()4710 if (TCP_ACC_ECN_ON(tp) && (thflags & (TH_SYN | TH_ACK)) == TH_ACK) { in tcp_input()[all …]
1846 if (TCP_ACC_ECN_ON(tp) && tp->t_state == TCPS_ESTABLISHED && in tcp_output()2000 if (nsack > 2 && TCP_ACC_ECN_ON(tp) && in tcp_output()2061 if ((TCP_ACC_ECN_ON(tp) || in tcp_output()2086 if (TCP_ACC_ECN_ON(tp) && TCPS_HAVEESTABLISHED(tp->t_state) && in tcp_output()2280 } else if (TCP_ACC_ECN_ON(tp) && (tp->ecn_flags & TE_ACE_FINAL_ACK_3WHS) && in tcp_output()2675 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()2701 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()
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()
970 #define TCP_ACC_ECN_ON(_tp_) \ macro
1867 ti->tcpi_ecn_success = (TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) ? 1 : 0; in tcp_fill_info()