Page MenuHomeFreeBSD

Calculate delayed csums for IPv6 adress family in divert_packet
ClosedPublic

Authored by ae on Nov 2 2021, 5:07 PM.
Tags
None
Referenced Files
F153380495: D32807.diff
Mon, Apr 20, 7:57 PM
Unknown Object (File)
Mon, Apr 20, 4:20 AM
Unknown Object (File)
Sun, Apr 19, 2:35 PM
Unknown Object (File)
Wed, Apr 15, 4:29 PM
Unknown Object (File)
Mon, Apr 13, 8:12 AM
Unknown Object (File)
Thu, Apr 9, 6:31 PM
Unknown Object (File)
Tue, Apr 7, 7:46 AM
Unknown Object (File)
Sat, Apr 4, 2:00 PM
Subscribers

Details

Summary

Before passing an IPv6 packet to application, apply delayed checksum
calculation. mbuf flags will be lost after divert listener returns a
packet back, so we will not be able to do delayed checksum calculation
later. Also an application will get a packet with correct checksum.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable