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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d191 inline int MPTSF_BOUND_IP = 0x00800;
192 #pragma D binding "1.0" MPTSF_BOUND_IP
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h201 #define MPTSF_BOUND_IP 0x800 /* subflow bound to a src address */ macro
H A Dmptcp_subr.c1198 mpts_flags |= MPTSF_BOUND_IP;
1206 mpts_flags |= MPTSF_BOUND_IP;
2442 if ((mpts->mpts_flags & MPTSF_BOUND_IP) &&
2467 if ((mpts->mpts_flags & MPTSF_BOUND_IP) &&
H A Dmptcp_usrreq.c428 if (mpts->mpts_flags & MPTSF_BOUND_IP)

Completed in 37 milliseconds