Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c616 const struct mptsub *mpts, *orig_mpts = NULL; in mptcp_getconninfo() local
692 orig_mpts = mpts; in mptcp_getconninfo()
699 if (ifp == NULL || ifp->if_index != *cid || mpts == orig_mpts) { in mptcp_getconninfo()
740 create = orig_mpts != NULL; in mptcp_getconninfo()
754 orig_mpts ? "yes" : "no"); in mptcp_getconninfo()
756 if (orig_mpts == NULL) { in mptcp_getconninfo()