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

Function so_wrknl_unlock

freebsd/kern/uipc_socket.c:4221–4230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4219}
4220
4221static void
4222so_wrknl_unlock(void *arg)
4223{
4224 struct socket *so = arg;
4225
4226 if (SOLISTENING(so))
4227 SOCK_UNLOCK(so);
4228 else
4229 SOCKBUF_UNLOCK(&so->so_snd);
4230}
4231
4232static void
4233so_wrknl_assert_lock(void *arg, int what)

Callers 1

filt_sowdetachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected