Lines Matching refs:so_flags
1743 if (tp->t_inpcb->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_update_window()
2891 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_input()
3105 if (tp->t_state != TCPS_LISTEN && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_input()
3661 so->so_flags &= ~(SOF_INCOMP_INPROGRESS); in tcp_input()
4052 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_input()
4461 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF) && in tcp_input()
4467 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input()
4473 if ((so->so_flags & SOF_DEFUNCT) && tp->t_state > TCPS_FIN_WAIT_1) { in tcp_input()
5927 if ((so->so_flags & SOF_MP_SUBFLOW) && tlen == 0 && in tcp_input()
7293 !(so->so_flags & SOF_INCOMP_INPROGRESS)) { in tcp_dropdropablreq()
7344 so->so_flags |= SOF_OVERFLOW; in tcp_dropdropablreq()