Lines Matching refs:so_flags
304 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
1122 if (so->so_flags & SOF_MP_SUBFLOW && SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
1209 if (so->so_flags & SOF_NOADDRAVAIL) { in tcp_output()
1707 if (so->so_flags & SOF_MP_SUBFLOW && off < 0) { in tcp_output()
1713 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_output()
1783 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1829 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1934 so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2156 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2209 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2724 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2981 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
3274 if (so->so_flags & SOF_DELEGATED) { in tcp_output()
3755 if ((so->so_flags & SOF_MARK_WAKE_PKT) && pkt != NULL) { in tcp_ip_output()
3756 so->so_flags &= ~SOF_MARK_WAKE_PKT; in tcp_ip_output()
3785 !IN_FASTRECOVERY(tp) && !(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_ip_output()