Home
last modified time | relevance | path

Searched refs:gso_type (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/virtio/network/
HDvirtio_net.h84 uint8_t gso_type; member
HDif_vtnet.c2044 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in vtnet_txq_offload_tso()
2059 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
/NextBSD/sys/dev/netmap/
HDnetmap_offloadings.c206 if (vh && vh->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in bdg_mismatch_datapath()
219 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) in bdg_mismatch_datapath()
HDnetmap_kern.h1597 uint8_t gso_type; member