Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_tx_pkt.c110 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_update_ip_checksums()
332 switch (pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in net_tx_pkt_build_vheader()
722 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_do_sw_fragmentation()
820 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_send_custom()
H A Dvmxnet3.c900 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
/qemu/net/
H A Deth.c46 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()
58 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h140 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro