Lines Matching refs:IPTOS_ECN_CE
1719 case IPTOS_ECN_CE: in tcp_input_ip_ecn()
1759 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1794 case IPTOS_ECN_CE: in tcp_input_process_accecn_syn()
1934 case IPTOS_ECN_CE: in tcp_input_process_accecn_synack()
3566 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3587 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
3593 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED) { in tcp_input()
3755 if (tp->accurate_ecn_on && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
4234 if (tp->accurate_ecn_on && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
6144 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
6153 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()