Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h128 int so_count; /* (b) reference count */ member
406 ++(so)->so_count; \
412 KASSERT((so)->so_count > 0, ("sorele")); \
413 if (--(so)->so_count == 0) \
Duser_socket.c230 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()