Page MenuHomeFreeBSD

pf: use sctp_calculate_cksum()
ClosedPublic

Authored by kp on Jul 7 2023, 2:38 PM.
Tags
None
Referenced Files
F132152180: D40911.diff
Tue, Oct 14, 5:57 AM
Unknown Object (File)
Mon, Oct 13, 5:55 AM
Unknown Object (File)
Mon, Oct 13, 5:55 AM
Unknown Object (File)
Mon, Oct 13, 5:54 AM
Unknown Object (File)
Sun, Oct 12, 5:57 PM
Unknown Object (File)
Sun, Oct 12, 8:10 AM
Unknown Object (File)
Thu, Sep 18, 2:42 AM
Unknown Object (File)
Wed, Sep 17, 11:33 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