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()
2995 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3016 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
3022 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3030 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3188 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
3840 case IPTOS_ECN_CE: in tcp_input()
3934 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5892 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5901 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()