Lines Matching refs:so_flags
1810 if (tp->t_inpcb->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_update_window()
2701 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_input()
2854 if (tp->t_state != TCPS_LISTEN && (so->so_flags & SOF_MP_SUBFLOW) && in tcp_input()
3348 so->so_flags &= ~(SOF_INCOMP_INPROGRESS); in tcp_input()
3593 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_input()
3992 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF) && in tcp_input()
3998 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input()
4004 if ((so->so_flags & SOF_DEFUNCT) && tp->t_state > TCPS_FIN_WAIT_1) { in tcp_input()
5272 if ((so->so_flags & SOF_MP_SUBFLOW) && tlen == 0 && in tcp_input()
6591 !(so->so_flags & SOF_INCOMP_INPROGRESS)) { in tcp_dropdropablreq()
6642 so->so_flags |= SOF_OVERFLOW; in tcp_dropdropablreq()