Page MenuHomeFreeBSD

pf: use sctp_calculate_cksum()
ClosedPublic

Authored by kp on Jul 7 2023, 2:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 28, 8:00 PM
Unknown Object (File)
Mon, May 20, 10:00 AM
Unknown Object (File)
Mon, May 6, 9:28 AM
Unknown Object (File)
Mon, May 6, 9:28 AM
Unknown Object (File)
Mon, May 6, 9:27 AM
Unknown Object (File)
Apr 27 2024, 2:19 AM
Unknown Object (File)
Apr 26 2024, 1:05 AM
Unknown Object (File)
Apr 26 2024, 1:05 AM

Details

Summary

This function is always available, even if the SCTP or SCTP_SUPPORT options
are not set.
That lets us remove an ifdef, and also means we improve pf's SCTP handling
when the options are not set.

MFC after: 3 weeks
Sponsored by: Orange Business Services

Diff Detail

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