Page MenuHomeFreeBSD

pf: Use a single pointer to state in pf_src_connlimit()
ClosedPublic

Authored by vegeta_tuxpowered.net on Nov 26 2024, 3:17 PM.
Tags
None
Referenced Files
F133104515: D47758.diff
Thu, Oct 23, 12:35 AM
Unknown Object (File)
Sun, Oct 19, 11:02 PM
Unknown Object (File)
Tue, Oct 14, 1:35 PM
Unknown Object (File)
Mon, Oct 13, 11:57 PM
Unknown Object (File)
Sep 17 2025, 5:32 AM
Unknown Object (File)
Sep 16 2025, 4:31 PM
Unknown Object (File)
Aug 20 2025, 4:30 AM
Unknown Object (File)
Aug 18 2025, 7:47 AM

Details

Summary

There's no need for a double pointer, the function pf_src_connlimit()
does not modify the state.

Diff Detail

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