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)
Sat, May 24, 12:57 PM
Unknown Object (File)
Fri, May 23, 4:55 AM
Unknown Object (File)
Thu, May 22, 10:50 PM
Unknown Object (File)
Mon, May 19, 10:53 PM
Unknown Object (File)
Fri, May 9, 5:13 PM
Unknown Object (File)
Apr 23 2025, 5:12 PM
Unknown Object (File)
Apr 23 2025, 4:47 PM
Unknown Object (File)
Apr 23 2025, 1:22 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