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

Function sbrelease_locked

freebsd/kern/uipc_sockbuf.c:734–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void
735sbrelease_locked(struct sockbuf *sb, struct socket *so)
736{
737
738 SOCKBUF_LOCK_ASSERT(sb);
739
740 sbrelease_internal(sb, so);
741}
742
743void
744sbrelease(struct sockbuf *sb, struct socket *so)

Callers 2

soreserveFunction · 0.85
sbreleaseFunction · 0.85

Calls 1

sbrelease_internalFunction · 0.85

Tested by

no test coverage detected