Searched defs:virtio_net_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c128 struct virtio_net_hdr { struct
343 #define VIOIF_RX_SIZE (MAX_PAYLOAD + sizeof (struct virtio_net_hdr))
443 /* One entry is used for the virtio_net_hdr on the tx path */
482 VIOIF_RX_SIZE + sizeof (struct virtio_net_hdr),
751 * For an unknown reason, the virtio_net_hdr must be placed
756 sizeof (struct virtio_net_hdr), B_FALSE);
761 sizeof (struct virtio_net_hdr),
763 sizeof (struct virtio_net_hdr), B_FALSE);
815 if (len < sizeof (struct virtio_net_hdr)) {
817 len - (uint32_t)sizeof (struct virtio_net_hdr));
[all...]

Completed in 57 milliseconds