Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_var.h245 uint32_t mpts_refcnt; /* reference count */ member
H A Dmptcp_subr.c1323 VERIFY(mpts->mpts_refcnt == 0); in mptcp_subflow_free()
1336 if (++mpts->mpts_refcnt == 0) { in mptcp_subflow_addref()
1345 if (mpts->mpts_refcnt == 0) { in mptcp_subflow_remref()
1349 if (--mpts->mpts_refcnt > 0) { in mptcp_subflow_remref()