Lines Matching refs:t_mpflags
4043 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
4291 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4292 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4971 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4972 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
5103 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
5106 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
5107 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
5108 tp->t_mpflags &= in tcp_input()
5110 tp->t_mpflags |= in tcp_input()
5190 if ((isconnected) && (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_input()