```
Some linux compat code uses kernel_sysctlbyname() with these sysctls,
and expects the host layout of the result. This is the cheapest
alternative instead of refactoring the reporting code to provide KPI to
internal kernel consumption.
```
PR: 278949