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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d199 inline int MPTSF_SOPT_INPROG = 0x08000;
200 #pragma D binding "1.0" MPTSF_SOPT_INPROG
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1476 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL|MPTSF_SOPT_INPROG);
1495 mpts->mpts_flags |= MPTSF_SOPT_INPROG;
1511 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) {
1519 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG;
1534 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL|MPTSF_SOPT_INPROG);
H A Dmptcp_var.h205 #define MPTSF_SOPT_INPROG 0x8000 /* sosetopt in progress */ macro

Completed in 18 milliseconds