Page MenuHomeFreeBSD

inpcb: Remove some unused parameters in internal hash lookup functions
ClosedPublic

Authored by markj on Nov 1 2024, 1:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 2:09 PM
Unknown Object (File)
Sun, Nov 2, 7:39 AM
Unknown Object (File)
Sun, Oct 26, 4:38 PM
Unknown Object (File)
Sep 8 2025, 9:21 AM
Unknown Object (File)
Sep 5 2025, 3:16 PM
Unknown Object (File)
Sep 5 2025, 2:11 PM
Unknown Object (File)
Sep 4 2025, 12:53 PM
Unknown Object (File)
Aug 31 2025, 5:28 PM
Subscribers

Details

Summary

in_pcblookup_hash_wild_* looks up unconnected inpcbs, so there is no
point in passing the foreign address and port, and indeed those
parameters are not used. So, remove them.

No functional change intended.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

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