Page MenuHomeFreeBSD

pf: Remove some state pointer indirection
ClosedPublic

Authored by markj on Wed, Mar 26, 12:33 PM.
Tags
None
Referenced Files
F113641148: D49519.diff
Tue, Apr 1, 7:20 AM
Unknown Object (File)
Sat, Mar 29, 8:53 AM
Unknown Object (File)
Fri, Mar 28, 12:47 PM
Unknown Object (File)
Fri, Mar 28, 7:28 AM
Unknown Object (File)
Thu, Mar 27, 10:58 PM

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