Lines Matching refs:so_flags
321 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
790 if (so->so_flags & SOF_MP_SUBFLOW && SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
878 if (so->so_flags & SOF_NOADDRAVAIL) { in tcp_output()
1334 if (so->so_flags & SOF_MP_SUBFLOW && off < 0) { in tcp_output()
1340 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_output()
1404 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1450 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1539 so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1793 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1844 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2419 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2644 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2991 if (so->so_flags & SOF_DELEGATED) { in tcp_output()
3362 if ((so->so_flags & SOF_MARK_WAKE_PKT) && pkt != NULL) { in tcp_ip_output()
3363 so->so_flags &= ~SOF_MARK_WAKE_PKT; in tcp_ip_output()
3392 !IN_FASTRECOVERY(tp) && !(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_ip_output()