When receiving an SCTP/UDP packet and the interface performed
authortuexen <tuexen@FreeBSD.org>
Thu, 26 Nov 2015 09:25:20 +0000 (09:25 +0000)
committertuexen <tuexen@FreeBSD.org>
Thu, 26 Nov 2015 09:25:20 +0000 (09:25 +0000)
commita693a7b8519301cc561b5230407b69f701817182
tree9958d6213e0d58b82323710a476d5418be0c1008
parentfa8bce706bc20344d477ab6a33a3117124b5eabc
When receiving an SCTP/UDP packet and the interface performed
the UDP checksum computation and signals that it was OK,
clear this bit when passing the packet to SCTP. Since the
bits indicating a valid UDP checksum and a valid SCTP
checksum are the same, the SCTP stack would assume
that also an SCTP checksum check has been performed.

MFC after: 1 week
sys/netinet/sctputil.c