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)
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
Unknown Object (File)
Jun 16 2025, 12:56 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable