Page MenuHomeFreeBSD

ure(4): Fix computation of L4 payload offset for IPv4 and IPv6.
Needs ReviewPublic

Authored by hselasky on Sep 16 2022, 2:07 PM.
Tags
None
Referenced Files
F172610650: D36598.diff
Sat, Sep 19, 4:32 PM
Unknown Object (File)
Sun, Sep 6, 4:56 PM
Unknown Object (File)
Fri, Sep 4, 8:44 PM
Unknown Object (File)
Fri, Aug 21, 7:09 AM
Unknown Object (File)
Aug 15 2026, 4:15 AM
Unknown Object (File)
Aug 13 2026, 8:50 PM
Unknown Object (File)
Aug 13 2026, 4:09 PM
Unknown Object (File)
Aug 11 2026, 6:08 PM
Subscribers

Details

Reviewers
kevlo
mav

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Check next protocol field for IPv6.

sys/dev/usb/net/if_ure.c
2217

I see that tcp_default_output() and other transmission places are setting csum_data to the offset of the checksum field in respective protocol. In that sense the old code makes sense, checking how far into the packet the checksum field resides.