Lines Matching refs:IPTOS_ECN_CE
1807 case IPTOS_ECN_CE: in tcp_input_ip_ecn()
1847 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1882 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
2886 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2907 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
2913 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2921 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3079 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
3672 case IPTOS_ECN_CE: in tcp_input()
3761 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5622 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5631 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()