Page MenuHomeFreeBSD

pf: use sctp_calculate_cksum()
ClosedPublic

Authored by kp on Jul 7 2023, 2:38 PM.
Tags
None
Referenced Files
F152836605: D40911.diff
Fri, Apr 17, 10:25 AM
Unknown Object (File)
Fri, Apr 10, 7:08 PM
Unknown Object (File)
Fri, Apr 10, 7:03 AM
Unknown Object (File)
Thu, Apr 9, 10:29 PM
Unknown Object (File)
Tue, Apr 7, 3:58 AM
Unknown Object (File)
Sun, Apr 5, 2:21 PM
Unknown Object (File)
Sun, Apr 5, 3:32 AM
Unknown Object (File)
Sat, Apr 4, 2:06 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