Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sbunlock
Function
sbunlock
freebsd/kern/uipc_sockbuf.c:475–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
void
476
sbunlock(struct sockbuf *sb)
477
{
478
479
sx_xunlock(&sb->sb_sx);
480
}
481
482
/*
483
* Wakeup processes waiting on a socket buffer. Do asynchronous notification
Callers
9
sctp_pull_off_control_to_new_inp
Function · 0.85
sctp_sorecvmsg
Function · 0.85
vn_sendfile
Function · 0.85
ktls_enable_tx
Function · 0.85
ktls_set_tx_mode
Function · 0.85
sosend_generic
Function · 0.85
uipc_socket.c
File · 0.85
soreceive_stream
Function · 0.85
sorflush
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected