Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sbflush
Function
sbflush
freebsd/kern/uipc_sockbuf.c:1453–1460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1451
}
1452
1453
void
1454
sbflush(struct sockbuf *sb)
1455
{
1456
1457
SOCKBUF_LOCK(sb);
1458
sbflush_locked(sb);
1459
SOCKBUF_UNLOCK(sb);
1460
}
1461
1462
/*
1463
* Cut data from (the front of) a sockbuf.
Callers
1
tcp_disconnect
Function · 0.85
Calls
1
sbflush_locked
Function · 0.85
Tested by
no test coverage detected