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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h137 uint32_t mpts_refcnt; /* reference count */ member in struct:mptsub
H A Dmptcp_subr.c565 VERIFY(mpts->mpts_refcnt == 0);
2834 if (++mpts->mpts_refcnt == 0) {
2849 if (mpts->mpts_refcnt == 0) {
2853 if (--mpts->mpts_refcnt > 0) {

Completed in 36 milliseconds