Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_subr.c1152 if (mpts->mpts_dst.sa_family == AF_INET6 && in mptcp_remove_subflows()
1158 if (mpts->mpts_dst.sa_family == AF_INET && in mptcp_remove_subflows()
1857 af = mpts->mpts_dst.sa_family; in mptcp_subflow_soconnectx()
1858 dst = &mpts->mpts_dst; in mptcp_subflow_soconnectx()
1889 error = soconnectxlocked(so, mpts->mpts_src, &mpts->mpts_dst, in mptcp_subflow_soconnectx()
2584 SOCKADDR_COPY(dst, &mpts->mpts_dst, dst->sa_len); in mptcp_subflow_add()
2586 af = mpts->mpts_dst.sa_family; in mptcp_subflow_add()
3976 SOCKADDR_COPY(&mpts->mpts_dst, &dst, mpts->mpts_dst.sa_len); in mptcp_try_alternate_port()
4058 af = mpts->mpts_dst.sa_family; in mptcp_subflow_connected_ev()
H A Dmptcp_var.h261 #define mpts_dst mpts_u_dst._mpts_dst macro