gvisor/pkg/tcpip/buffer
Ting-Yu Wang 1cd76d958a Make dedicated methods for data operations in PacketBuffer
One of the preparation to decouple underlying buffer implementation.
There are still some methods that tie to VectorisedView, and they will be
changed gradually in later CLs.

This CL also introduce a new ICMPv6ChecksumParams to replace long list of
parameters when calling ICMPv6Checksum, aiming to be more descriptive.

PiperOrigin-RevId: 360778149
2021-03-03 16:05:16 -08:00
..
BUILD
prependable.go
view.go Make dedicated methods for data operations in PacketBuffer 2021-03-03 16:05:16 -08:00
view_test.go Make dedicated methods for data operations in PacketBuffer 2021-03-03 16:05:16 -08:00
view_unsafe.go