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)
Sun, Jan 19, 5:25 PM
Unknown Object (File)
Wed, Jan 15, 12:49 PM
Unknown Object (File)
Mon, Jan 13, 11:38 AM
Unknown Object (File)
Dec 22 2024, 6:14 AM
Unknown Object (File)
Dec 8 2024, 11:37 PM
Unknown Object (File)
Dec 8 2024, 3:24 AM
Unknown Object (File)
Nov 21 2024, 6:02 PM
Unknown Object (File)
Nov 19 2024, 9:36 AM
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

Event Timeline

markj requested review of this revision.Nov 1 2024, 1:41 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 8 2024, 2:26 PM
This revision was automatically updated to reflect the committed changes.