Page MenuHomeFreeBSD

pf: move pf_test_rule() out of pf_setup_pdesc()
ClosedPublic

Authored by kp on Oct 4 2024, 12:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 12, 10:47 AM
Unknown Object (File)
Feb 27 2025, 12:33 PM
Unknown Object (File)
Feb 14 2025, 12:30 PM
Unknown Object (File)
Feb 11 2025, 9:25 PM
Unknown Object (File)
Feb 11 2025, 6:06 PM
Unknown Object (File)
Feb 11 2025, 11:30 AM
Unknown Object (File)
Feb 10 2025, 11:09 AM
Unknown Object (File)
Feb 9 2025, 5:37 PM

Details

Summary

Move the call to pf_test_rule() for fragments that have not been
reassembled by normalization from pf_setup_pdesc() to pf_test().
This simplifies the paramter list of pf_setup_pdesc() as it can
concentrate on its job filling the pf_pdesc struct.
ok henning mpf

Obtained from: OpenBSD, bluhm <bluhm@openbsd.org>, fb9fe53b92
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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