Lines Matching refs:t_mpflags

1704 			tp->t_mpflags |= TMPF_SND_REM_ADDR;
1895 tp->t_mpflags |= TMPF_FASTJOIN_SEND;
2611 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2895 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2900 if (sototcpcb(so)->t_mpflags & TMPF_TCP_FALLBACK) {
2908 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_READY)
3552 tp->t_mpflags &=
3554 tp->t_mpflags |= TMPF_TCP_FALLBACK;
3560 tp->t_mpflags |= TMPF_RESET;
3937 tp->t_mpflags |= (TMPF_PREESTABLISHED | TMPF_JOINED_FLOW);
4288 if (!(tp->t_mpflags & TMPF_RESET))
4289 tp->t_mpflags |= TMPF_SEND_DFIN;
4503 if (tp->t_mpflags & TMPF_EMBED_DSN) {
4509 tp->t_mpflags &= ~TMPF_EMBED_DSN;
4510 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;
4670 if ((tp->t_mpflags & TMPF_JOINED_FLOW) &&
4671 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
4672 (!(tp->t_mpflags & TMPF_RECVD_JOIN)) &&
4673 (tp->t_mpflags & TMPF_SENT_JOIN) &&
4674 (!(tp->t_mpflags & TMPF_MPTCP_TRUE)) &&
4675 (!(tp->t_mpflags & TMPF_FASTJOINBY2_SEND))) {
4677 tp->t_mpflags |= TMPF_FASTJOINBY2_SEND;
4723 if (!(tp->t_mpflags & TMPF_MPTCP_TRUE))
4726 if (tp->t_mpflags & TMPF_MPTCP_READY)
4729 tp->t_mpflags &= ~TMPF_TCP_FALLBACK;
4730 tp->t_mpflags |= TMPF_MPTCP_READY;
4752 if (tp->t_mpflags & TMPF_TCP_FALLBACK)
4755 tp->t_mpflags &= ~(TMPF_MPTCP_READY|TMPF_MPTCP_TRUE);
4756 tp->t_mpflags |= TMPF_TCP_FALLBACK;
4804 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
4805 (!(tp->t_mpflags & TMPF_JOINED_FLOW))) {
4809 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
4810 (tp->t_mpflags & TMPF_SENT_JOIN)) {
4814 if ((mtudisc) && (tp->t_mpflags & TMPF_MPTCP_TRUE)) {