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, Dec 22, 6:14 AM
Unknown Object (File)
Sun, Dec 8, 11:37 PM
Unknown Object (File)
Sun, Dec 8, 3:24 AM
Unknown Object (File)
Nov 21 2024, 6:02 PM
Unknown Object (File)
Nov 19 2024, 9:36 AM
Unknown Object (File)
Nov 17 2024, 9:29 PM
Unknown Object (File)
Nov 16 2024, 5:04 PM
Unknown Object (File)
Nov 15 2024, 9:46 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 60327
Build 57211: arc lint + arc unit

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.