Searched refs:MPTSF_BOUND_PORT (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d193 inline int MPTSF_BOUND_PORT = 0x01000;
194 #pragma D binding "1.0" MPTSF_BOUND_PORT
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h202 #define MPTSF_BOUND_PORT 0x1000 /* subflow bound to a src port */ macro
H A Dmptcp_usrreq.c430 if (mpts->mpts_flags & MPTSF_BOUND_PORT)
H A Dmptcp_subr.c1200 mpts_flags |= MPTSF_BOUND_PORT;
1208 mpts_flags |= MPTSF_BOUND_PORT;

Completed in 43 milliseconds