Lines Matching refs:IPTOS_ECN_CE
1803 case IPTOS_ECN_CE: in tcp_input_ip_ecn()
1843 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1878 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
3031 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3052 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
3058 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3066 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3224 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
3885 case IPTOS_ECN_CE: in tcp_input()
3979 if (TCP_ACC_ECN_ON(tp) && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5949 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
5958 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()