MCPcopy 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
1453void
1454sbflush(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_disconnectFunction · 0.85

Calls 1

sbflush_lockedFunction · 0.85

Tested by

no test coverage detected