Home
last modified time | relevance | path

Searched defs:virtio_net_hdr_v1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h95 struct virtio_net_hdr_v1 { struct
98 uint8_t flags;
104 uint8_t gso_type;
105 uint16_t hdr_len; /* Ethernet + IP + tcp/udp hdrs */
106 uint16_t gso_size; /* Bytes to append to hdr_len per frame */
107 uint16_t csum_start; /* Position to start checksumming from */
108 uint16_t csum_offset; /* Offset after that to place checksum */
109 uint16_t num_buffers; /* Number of merged rx buffers */