Page MenuHomeFreeBSD

pf: Remove some state pointer indirection
ClosedPublic

Authored by markj on Mar 26 2025, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 2:47 AM
Unknown Object (File)
Wed, Apr 16, 10:40 PM
Unknown Object (File)
Mon, Apr 14, 12:36 PM
Unknown Object (File)
Sat, Apr 12, 9:05 PM
Unknown Object (File)
Fri, Apr 11, 8:18 AM
Unknown Object (File)
Wed, Apr 9, 5:19 AM
Unknown Object (File)
Wed, Apr 9, 5:19 AM
Unknown Object (File)
Wed, Apr 9, 5:19 AM

Details

Summary

Several subroutines take a pointer to a pointer to a pf state, but never
modify the input pointer. As in commit 9f9cf83f114a, let's remove the
indirection, making the code easier to read. No functional change
intended.

Diff Detail

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