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)
Sun, Nov 23, 8:31 PM
Unknown Object (File)
Sun, Nov 16, 1:59 AM
Unknown Object (File)
Sat, Nov 15, 2:30 AM
Unknown Object (File)
Sat, Nov 15, 2:30 AM
Unknown Object (File)
Sat, Nov 15, 2:30 AM
Unknown Object (File)
Sat, Nov 15, 12:08 AM
Unknown Object (File)
Fri, Nov 14, 3:32 PM
Unknown Object (File)
Fri, Nov 14, 12:35 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