Lines Matching refs:t_mpflags
1038 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
1650 !(tp->t_mpflags & TMPF_TCP_FALLBACK)) { in tcp_output()
1654 (tp->t_mpflags & TMPF_SND_MPPRIO || in tcp_output()
1655 tp->t_mpflags & TMPF_SND_REM_ADDR || in tcp_output()
1656 tp->t_mpflags & TMPF_SND_MPFAIL || in tcp_output()
1657 (tp->t_mpflags & TMPF_SND_KEYS && in tcp_output()
1659 tp->t_mpflags & TMPF_SND_JACK || in tcp_output()
1660 tp->t_mpflags & TMPF_MPTCP_ECHO_ADDR)) { in tcp_output()
1669 if (!(tp->t_mpflags & TMPF_PREESTABLISHED)) { in tcp_output()
2153 tp->t_mpflags |= (TMPF_SEND_DSN | in tcp_output()
2156 tp->t_mpflags |= TMPF_MPTCP_ACKNOW; in tcp_output()
2160 tp->t_mpflags &= ~TMPF_SEND_DSN; in tcp_output()
2589 if (tp->t_mpflags & TMPF_MPTCP_TRUE) { in tcp_output()