Lines Matching refs:IPTOS_ECN_CE
1863 case IPTOS_ECN_CE: in tcp_input_ip_ecn()
1903 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1938 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
2943 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2964 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
2970 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2978 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3136 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
3731 case IPTOS_ECN_CE: in tcp_input()
3820 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5681 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5690 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()