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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c574 if (mpts->mpts_dst_sl != NULL) {
575 sockaddrlist_free(mpts->mpts_dst_sl);
576 mpts->mpts_dst_sl = NULL;
788 dst_se = TAILQ_FIRST(&mpts->mpts_dst_sl->sl_head);
810 error = soconnectxlocked(so, &mpts->mpts_src_sl, &mpts->mpts_dst_sl,
1113 VERIFY(mpts->mpts_dst_sl != NULL);
1118 &mpts->mpts_dst_sl, &dst_se)) != 0)
1121 VERIFY(mpts->mpts_dst_sl != NULL && dst_se != NULL);
1135 sockaddrlist_dup(mpts->mpts_dst_sl, M_WAITOK);
2421 VERIFY(mpts->mpts_dst_sl !
[all...]
H A Dmptcp_var.h148 struct sockaddr_list *mpts_dst_sl; /* destination list */ member in struct:mptsub
H A Dmptcp_usrreq.c281 mpts->mpts_dst_sl = *dst_sl;
453 VERIFY(mpts->mpts_dst_sl != NULL);
454 se = TAILQ_FIRST(&mpts->mpts_dst_sl->sl_head);

Completed in 64 milliseconds