Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_UDP (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/net/
H A Dnet_tx_pkt.c119 gso_type == VIRTIO_NET_HDR_GSO_UDP) { in net_tx_pkt_update_ip_checksums()
338 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_build_vheader()
752 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_do_sw_fragmentation()
782 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_do_sw_fragmentation()
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h137 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */ macro
/qemu/net/
H A Deth.c51 return VIRTIO_NET_HDR_GSO_UDP | ecn_state; in eth_get_gso_type()