Lines Matching refs:TCPS_SYN_RECEIVED
824 tcp_state_change(tp, TCPS_SYN_RECEIVED); in tcp_input()
1493 case TCPS_SYN_RECEIVED: in tcp_do_segment()
1627 tcp_state_change(tp, TCPS_SYN_RECEIVED); in tcp_do_segment()
1725 case TCPS_SYN_RECEIVED: in tcp_do_segment()
1809 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) { in tcp_do_segment()
1931 if (tp->t_state == TCPS_SYN_RECEIVED || in tcp_do_segment()
1933 if (tp->t_state == TCPS_SYN_RECEIVED && in tcp_do_segment()
1957 case TCPS_SYN_RECEIVED: in tcp_do_segment()
2541 tfo_syn = ((tp->t_state == TCPS_SYN_RECEIVED) && in tcp_do_segment()
2689 case TCPS_SYN_RECEIVED: in tcp_do_segment()
2749 if (tp->t_state == TCPS_SYN_RECEIVED && (thflags & TH_ACK) && in tcp_do_segment()