Lines Matching refs:t_state
135 ((tp->t_state == TCPS_SYN_SENT) || in tcp_output()
136 (tp->t_state == TCPS_SYN_RECEIVED)) && in tcp_output()
178 flags = tcp_outflags[tp->t_state]; in tcp_output()
339 if (tp->t_state != TCPS_SYN_RECEIVED) in tcp_output()
346 (tp->t_state == TCPS_SYN_RECEIVED)) in tcp_output()
406 if ((sendwin == 0) && (TCPS_HAVEESTABLISHED(tp->t_state)) && in tcp_output()
568 !TCPS_HAVERCVDFIN(tp->t_state)) { in tcp_output()
746 if (tp->t_state == TCPS_SYN_RECEIVED) { in tcp_output()
752 } else if (tp->t_state == TCPS_SYN_SENT) { in tcp_output()
792 else if (TCPS_HAVEESTABLISHED(tp->t_state) && in tcp_output()
1042 if (tp->t_state == TCPS_SYN_SENT && V_tcp_do_ecn) { in tcp_output()
1057 if (tp->t_state == TCPS_SYN_RECEIVED && tp->t_flags & TF_ECN_PERMIT && in tcp_output()
1062 if (tp->t_state == TCPS_ESTABLISHED && in tcp_output()
1374 if (TCPS_HAVERCVDSYN(tp->t_state)) { in tcp_output()