Lines Matching refs:IPTOS_ECN_CE
1801 case IPTOS_ECN_CE: in tcp_input_ip_ecn()
1841 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1876 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
2992 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3013 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
3019 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3027 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3185 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
3823 case IPTOS_ECN_CE: in tcp_input()
3917 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5872 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5881 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()