Searched refs:so_count (Results 1 – 2 of 2) sorted by relevance
128 int so_count; /* (b) reference count */ member406 ++(so)->so_count; \412 KASSERT((so)->so_count > 0, ("sorele")); \413 if (--(so)->so_count == 0) \
230 KASSERT(so->so_count == 0, ("sodealloc(): so_count %d", so->so_count)); in sodealloc()257 if (so->so_count != 0 || in sofree()1266 so->so_count = 1; in socreate()1292 KASSERT(so->so_count == 1, ("socreate: so_count %d", so->so_count)); in socreate()1293 so->so_count = 0; in socreate()1813 so->so_count = 0; in usrsctp_peeloff()