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)
Tue, Apr 9, 2:31 PM
Unknown Object (File)
Mon, Apr 1, 1:15 PM
Unknown Object (File)
Mar 7 2024, 8:27 PM
Unknown Object (File)
Jan 15 2024, 9:47 AM
Unknown Object (File)
Dec 20 2023, 8:36 AM
Unknown Object (File)
Dec 15 2023, 2:33 PM
Unknown Object (File)
Nov 18 2023, 7:32 AM
Unknown Object (File)
Nov 17 2023, 10:45 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