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
Unknown Object (File)
Tue, Nov 4, 2:17 AM
Unknown Object (File)
Sat, Nov 1, 2:10 AM
Unknown Object (File)
Mon, Oct 27, 5:28 PM
Unknown Object (File)
Mon, Oct 27, 5:28 PM
Unknown Object (File)
Thu, Oct 23, 6:56 PM
Unknown Object (File)
Sat, Oct 18, 2:52 AM
Unknown Object (File)
Oct 15 2025, 1:53 PM
Unknown Object (File)
Oct 9 2025, 9:55 AM
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