Expand description
This module defines a trait and implementations thereof for network backends.
Modules§
- Loopback endpoint implementation, which reflects all transmits back as receives.
- Null (disconnected) endpoint.
- Resolver-related definitions for networking backends.
- Types to help test backends.
Structs§
- Multi-queue related support.
- Per-queue configuration.
- An individual segment in guest memory of a receive buffer.
- A receive buffer ID.
- Receive packet metadata.
- A transmit ID. This may be used by multiple segments at the same time.
- Transmit packet metadata.
- The set of supported transmit offloads.
- A transmit packet segment.
Enums§
- The “L3” protocol: the IP layer.
- The “L4” protocol: the TCP/UDP layer.
- The receive checksum state for a packet.
- The segment type.
Traits§
- A trait for providing access to guest memory buffers.
- A network endpoint.
- A trait for sending and receiving network packets.
Functions§
- Linearizes the next packet in a list of segments, returning the buffer data and advancing the segment list.
- Gets the next packet from a list of segments, returning the packet metadata, the segments in the packet, and the remaining segments.
- Computes the number of packets in
segments
.