Skip to content
Commit d63a6507 authored by Patrick McHardy's avatar Patrick McHardy
Browse files

[NETFILTER]: Add partial checksum validation helper



Move the UDP-Lite conntrack checksum validation to a generic helper
similar to nf_checksum() and make it fall back to nf_checksum()
in case the full packet is to be checksummed and hardware checksums
are available. This is to be used by DCCP conntrack, which also
needs to verify partial checksums.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 6185f870
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment