Searched defs:virtio_net_hdr_v1 (Results 1 – 2 of 2) sorted by relevance
105 struct virtio_net_hdr_v1 { struct108 __u8 flags;114 __u8 gso_type;115 __virtio16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */116 __virtio16 gso_size; /* Bytes to append to hdr_len per frame */117 __virtio16 csum_start; /* Position to start checksumming from */118 __virtio16 csum_offset; /* Offset after that to place checksum */119 __virtio16 num_buffers; /* Number of merged rx buffers */
130 struct virtio_net_hdr_v1 { struct134 uint8_t flags;141 uint8_t gso_type;142 __virtio16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */143 __virtio16 gso_size; /* Bytes to append to hdr_len per frame */167 struct virtio_net_hdr_v1_hash { argument168 struct virtio_net_hdr_v1 hdr; argument