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)
Fri, Oct 18, 12:10 PM
Unknown Object (File)
Fri, Oct 18, 11:30 AM
Unknown Object (File)
Fri, Oct 18, 10:34 AM
Unknown Object (File)
Oct 4 2024, 7:32 PM
Unknown Object (File)
Oct 4 2024, 4:44 AM
Unknown Object (File)
Oct 4 2024, 4:12 AM
Unknown Object (File)
Oct 3 2024, 3:09 AM
Unknown Object (File)
Oct 1 2024, 8:56 PM

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