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
F154312573: D32807.id97923.diff
Mon, Apr 27, 6:45 PM
Unknown Object (File)
Sat, Apr 25, 3:27 AM
Unknown Object (File)
Wed, Apr 22, 1:52 PM
Unknown Object (File)
Wed, Apr 22, 9:10 AM
Unknown Object (File)
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
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