Lines Matching refs:t_mpflags
3200 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
3562 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
3563 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4231 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4232 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4341 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
4344 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
4345 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
4346 tp->t_mpflags &= in tcp_input()
4348 tp->t_mpflags |= in tcp_input()
4401 if ((isconnected) && (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_input()