Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_var.h246 uint32_t mpts_refcnt; /* reference count */ member
H A Dmptcp_subr.c1332 VERIFY(mpts->mpts_refcnt == 0); in mptcp_subflow_free()
1344 if (++mpts->mpts_refcnt == 0) { in mptcp_subflow_addref()
1353 if (mpts->mpts_refcnt == 0) { in mptcp_subflow_remref()
1357 if (--mpts->mpts_refcnt > 0) { in mptcp_subflow_remref()