Page MenuHomeFreeBSD

change KMOD_TCPSTAT_INC to TCPSTAT_INC in kernel ecn functions
ClosedPublic

Authored by rscheff on Feb 5 2022, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 1:42 PM
Unknown Object (File)
Wed, Oct 29, 1:29 AM
Unknown Object (File)
Mon, Oct 27, 1:49 AM
Unknown Object (File)
Oct 17 2025, 2:45 PM
Unknown Object (File)
Oct 17 2025, 6:06 AM
Unknown Object (File)
Oct 17 2025, 6:06 AM
Unknown Object (File)
Oct 16 2025, 8:42 PM
Unknown Object (File)
Sep 21 2025, 7:08 AM
Subscribers

Details

Summary

Incorrectly used KMOD_ marco in static kernel ecn functions.

Both eventually resolve to counter_s64_add(), but better
use the correct macros.

Diff Detail

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