Documentation ¶
Overview ¶
Package gro implements generic receive offload.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRO ¶
type GRO struct { Dispatcher stack.NetworkDispatcher // contains filtered or unexported fields }
GRO coalesces incoming packets to increase throughput.
+stateify savable
func (*GRO) Enqueue ¶
func (gd *GRO) Enqueue(pkt *stack.PacketBuffer)
Enqueue the packet in GRO. This does not flush packets; Flush() must be called explicitly for that.
pkt.NetworkProtocolNumber and pkt.RXChecksumValidated must be set.
Click to show internal directories.
Click to hide internal directories.