Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_usrreq.c1477 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()
1509 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()
1880 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1885 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
H A Dmptcp_var.h236 #define MPOF_SUBFLOW_OK 0x2 /* can be issued on subflow socket */ macro
H A Dmptcp_subr.c1635 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()
1668 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()
4443 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()
4516 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()