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()
3565 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
3586 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
3592 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED) { in tcp_input()
3754 if (tp->accurate_ecn_on && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
4233 if (tp->accurate_ecn_on && ip_ecn == IPTOS_ECN_CE) { in tcp_input()
6135 if (ip_ecn == IPTOS_ECN_CE) { in tcp_input()
6144 if ((ip_ecn == IPTOS_ECN_CE && ip_ecn != tp->t_prev_ip_ecn) || in tcp_input()