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

Function so_rdknl_unlock

freebsd/kern/uipc_socket.c:4181–4190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4179}
4180
4181static void
4182so_rdknl_unlock(void *arg)
4183{
4184 struct socket *so = arg;
4185
4186 if (SOLISTENING(so))
4187 SOCK_UNLOCK(so);
4188 else
4189 SOCKBUF_UNLOCK(&so->so_rcv);
4190}
4191
4192static void
4193so_rdknl_assert_lock(void *arg, int what)

Callers 1

filt_sordetachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected