Page MenuHomeFreeBSD

Simplify dynamic ipfilter sysctls.
ClosedPublic

Authored by jhb on Jan 4 2021, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 3 2024, 4:34 PM
Unknown Object (File)
Nov 26 2024, 5:55 AM
Unknown Object (File)
Nov 26 2024, 3:12 AM
Unknown Object (File)
Nov 19 2024, 11:04 PM
Unknown Object (File)
Nov 19 2024, 8:24 PM
Unknown Object (File)
Nov 11 2024, 1:12 PM
Unknown Object (File)
Nov 11 2024, 6:38 AM
Unknown Object (File)
Nov 11 2024, 4:18 AM
Subscribers

Details

Summary

Pass the structure offset in arg2 instead of arg1. This avoids
having to undo the pointer arithmetic on arg1. Instead arg2 can
be used directly as an offset relative to the desired structure.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable