Searched refs:TMPF_MPTCP_READY (Results 1 – 2 of 2) sorted by relevance
4295 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_READY) { in mptcp_subflow_mpstatus_ev()4951 ~(TMPF_MPTCP_READY | TMPF_MPTCP_TRUE); in mptcp_subflow_workloop()5981 if (tp->t_mpflags & TMPF_MPTCP_READY) { in mptcp_notify_mpready()5986 tp->t_mpflags |= TMPF_MPTCP_READY; in mptcp_notify_mpready()6014 tp->t_mpflags &= ~(TMPF_MPTCP_READY | TMPF_MPTCP_TRUE); in mptcp_notify_mpfail()
763 #define TMPF_MPTCP_READY 0x00080000 /* Can send DSS options on data */ macro