Lines Matching refs:so_flags
298 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
1058 if (so->so_flags & SOF_MP_SUBFLOW && SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
1145 if (so->so_flags & SOF_NOADDRAVAIL) { in tcp_output()
1643 if (so->so_flags & SOF_MP_SUBFLOW && off < 0) { in tcp_output()
1649 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_output()
1719 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1765 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1870 so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2092 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2145 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2660 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2917 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
3210 if (so->so_flags & SOF_DELEGATED) { in tcp_output()
3637 if ((so->so_flags & SOF_MARK_WAKE_PKT) && pkt != NULL) { in tcp_ip_output()
3638 so->so_flags &= ~SOF_MARK_WAKE_PKT; in tcp_ip_output()
3667 !IN_FASTRECOVERY(tp) && !(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_ip_output()