Home
last modified time | relevance | path

Searched refs:mpts_dst (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_subr.c1146 if (mpts->mpts_dst.sa_family == AF_INET6 && in mptcp_remove_subflows()
1152 if (mpts->mpts_dst.sa_family == AF_INET && in mptcp_remove_subflows()
1843 af = mpts->mpts_dst.sa_family; in mptcp_subflow_soconnectx()
1844 dst = &mpts->mpts_dst; in mptcp_subflow_soconnectx()
1875 error = soconnectxlocked(so, mpts->mpts_src, &mpts->mpts_dst, in mptcp_subflow_soconnectx()
2559 SOCKADDR_COPY(dst, &mpts->mpts_dst, dst->sa_len); in mptcp_subflow_add()
2561 af = mpts->mpts_dst.sa_family; in mptcp_subflow_add()
3947 SOCKADDR_COPY(&mpts->mpts_dst, &dst, mpts->mpts_dst.sa_len); in mptcp_try_alternate_port()
4029 af = mpts->mpts_dst.sa_family; in mptcp_subflow_connected_ev()
H A Dmptcp_var.h259 #define mpts_dst mpts_u_dst._mpts_dst macro