Searched refs:MPOF_SUBFLOW_OK (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1434 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) {
1442 * MPOF_SUBFLOW_OK by mptcp_setopt(), but just in case.
1467 smpo.mpo_flags |= MPOF_SUBFLOW_OK;
1635 mpo->mpo_flags |= MPOF_SUBFLOW_OK;
1640 mpo->mpo_flags |= MPOF_SUBFLOW_OK;
H A Dmptcp_var.h111 #define MPOF_SUBFLOW_OK 0x2 /* can be issued on subflow socket */ macro
H A Dmptcp_subr.c625 smpo.mpo_flags |= MPOF_SUBFLOW_OK;
672 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK))
678 * MPOF_SUBFLOW_OK by mptcp_setopt(), but just in case.
1049 smpo.mpo_flags |= MPOF_SUBFLOW_OK;
2864 * MPOF_SUBFLOW_OK flag.
2875 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK);
2909 * MPOF_SUBFLOW_OK flag.
2920 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK);

Completed in 35 milliseconds