Searched refs:gso_type (Results 1 – 4 of 4) sorted by relevance
84 uint8_t gso_type; member
2044 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()
206 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()
1597 uint8_t gso_type; member