Page MenuHomeFreeBSD

sockbuf: remove unused mbuf counter and cluster counter
ClosedPublic

Authored by glebius on May 27 2022, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 6:49 AM
Unknown Object (File)
Fri, Oct 17, 1:05 AM
Unknown Object (File)
Mon, Oct 13, 1:55 AM
Unknown Object (File)
Sep 19 2025, 4:02 PM
Unknown Object (File)
Sep 16 2025, 2:02 AM
Unknown Object (File)
Jul 25 2025, 10:09 AM
Unknown Object (File)
Jun 23 2025, 11:39 AM
Unknown Object (File)
Jun 17 2025, 1:04 PM

Details

Summary

With M_EXTPG mbufs these two counters already do not represent the
reality. As we are moving towards protocol independent socket buffers,
which may not even use mbufs at all, the counters become less and less
relevant. The only userland seeing them was 'netstat -x'.

PR: 264181 (exp-run)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45740
Build 42628: arc lint + arc unit