Home
last modified time | relevance | path

Searched refs:TMPF_MPTCP_READY (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Dmptcp_subr.c4301 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_READY) { in mptcp_subflow_mpstatus_ev()
4957 ~(TMPF_MPTCP_READY | TMPF_MPTCP_TRUE); in mptcp_subflow_workloop()
5987 if (tp->t_mpflags & TMPF_MPTCP_READY) { in mptcp_notify_mpready()
5992 tp->t_mpflags |= TMPF_MPTCP_READY; in mptcp_notify_mpready()
6020 tp->t_mpflags &= ~(TMPF_MPTCP_READY | TMPF_MPTCP_TRUE); in mptcp_notify_mpfail()
H A Dtcp_var.h763 #define TMPF_MPTCP_READY 0x00080000 /* Can send DSS options on data */ macro