Searched refs:gso_type (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/vmd/
H A Dvirtio.h296 uint8_t gso_type; member in struct:virtio_net_hdr
/openbsd-current/sys/dev/pv/
H A Dif_vio.c136 uint8_t gso_type; member in struct:virtio_net_hdr
148 #define VIRTIO_NET_HDR_GSO_NONE 0 /* gso_type */
149 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* gso_type */
150 #define VIRTIO_NET_HDR_GSO_UDP 3 /* gso_type */
151 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* gso_type */
152 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* gso_type, |'ed */
843 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
846 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
1135 if (hdr->gso_type == VIRTIO_NET_HDR_GSO_TCPV4 ||
1136 hdr->gso_type
[all...]

Completed in 219 milliseconds