Page MenuHomeFreeBSD

tcp: refactor debug function syncookie_cmp()
ClosedPublic

Authored by glebius on Jun 17 2025, 4:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 11:34 AM
Unknown Object (File)
Mon, Nov 10, 10:27 PM
Unknown Object (File)
Oct 21 2025, 1:53 AM
Unknown Object (File)
Oct 14 2025, 4:44 AM
Unknown Object (File)
Oct 5 2025, 9:49 PM
Unknown Object (File)
Sep 25 2025, 11:19 PM
Unknown Object (File)
Sep 25 2025, 10:00 AM
Unknown Object (File)
Sep 18 2025, 2:15 AM
Subscribers

Details

Summary
  • Don't bzero() the test structure. All fields checked are set by syncache_expand().
  • Don't allocate TCP address logging string if there is nothing to report.
  • Mark hash bucket argument as pointer to const.
  • Make it void.

Diff Detail

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