MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sbrelease

Function sbrelease

freebsd/kern/uipc_sockbuf.c:743–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void
744sbrelease(struct sockbuf *sb, struct socket *so)
745{
746
747 SOCKBUF_LOCK(sb);
748 sbrelease_locked(sb, so);
749 SOCKBUF_UNLOCK(sb);
750}
751
752void
753sbdestroy(struct sockbuf *sb, struct socket *so)

Callers 1

uipc_detachFunction · 0.85

Calls 1

sbrelease_lockedFunction · 0.85

Tested by

no test coverage detected