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)
Sep 30 2024, 4:46 AM
Unknown Object (File)
Sep 24 2024, 8:31 PM
Unknown Object (File)
Sep 24 2024, 5:33 PM
Unknown Object (File)
Sep 16 2024, 11:46 AM
Unknown Object (File)
Sep 10 2024, 7:35 PM
Unknown Object (File)
Sep 10 2024, 12:21 PM
Unknown Object (File)
Sep 7 2024, 9:22 AM
Unknown Object (File)
Sep 6 2024, 3:16 PM
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