Lines Matching refs:t_mpflags
3508 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
4036 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4037 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4801 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4802 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4922 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
4925 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
4926 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
4927 tp->t_mpflags &= in tcp_input()
4929 tp->t_mpflags |= in tcp_input()
5009 if ((isconnected) && (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_input()