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

Function sbdroprecord

freebsd/kern/uipc_sockbuf.c:1719–1726  ·  view source on GitHub ↗

* Drop a record off the front of a sockbuf and move the next record to the * front. */

Source from the content-addressed store, hash-verified

1717 * front.
1718 */
1719void
1720sbdroprecord(struct sockbuf *sb)
1721{
1722
1723 SOCKBUF_LOCK(sb);
1724 sbdroprecord_locked(sb);
1725 SOCKBUF_UNLOCK(sb);
1726}
1727
1728/*
1729 * Create a "control" mbuf containing the specified data with the specified

Calls 1

sbdroprecord_lockedFunction · 0.85

Tested by

no test coverage detected