Page MenuHomeFreeBSD

tcp: rename syncookie_lookup() into syncookie_expand() and make it bool
ClosedPublic

Authored by glebius on Jun 17 2025, 4:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 1:37 AM
Unknown Object (File)
Sun, Oct 5, 11:05 AM
Unknown Object (File)
Sat, Oct 4, 11:57 AM
Unknown Object (File)
Sep 12 2025, 6:10 AM
Unknown Object (File)
Sep 10 2025, 2:44 PM
Unknown Object (File)
Sep 10 2025, 7:38 AM
Unknown Object (File)
Sep 10 2025, 5:18 AM
Unknown Object (File)
Sep 9 2025, 6:32 PM
Subscribers

Details

Summary

This function always returns the same pointer it was passed. With new
name and return type the code is easier to understand. Mark the hash
bucket argument as pointer to const, since function doesn't modify it,
just uses value as integer. No functional changes.

Diff Detail

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