Lines Matching refs:t_mpflags
4042 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
4290 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4291 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4970 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4971 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
5102 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
5105 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
5106 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
5107 tp->t_mpflags &= in tcp_input()
5109 tp->t_mpflags |= in tcp_input()
5189 if ((isconnected) && (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_input()