Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvirtio_net.h19 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_match_proto()
36 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_set_proto()
73 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_to_skb()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h111 #define VIRTIO_NET_HDR_GSO_UDP 0x03 /* GSO frame, IPv4 UDP (UFO) */ macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c119 gso_type == VIRTIO_NET_HDR_GSO_UDP) { in net_tx_pkt_update_ip_checksums()
342 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_build_vheader()
756 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_do_sw_fragmentation()
786 case VIRTIO_NET_HDR_GSO_UDP: in net_tx_pkt_do_sw_fragmentation()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h136 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */ macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c315 vh->gso_type = VIRTIO_NET_HDR_GSO_UDP; in build_test_packet_valid_udp_gso()
350 vh->gso_type = VIRTIO_NET_HDR_GSO_UDP; in build_test_packet_crash_tap_invalid_eth_proto()
H A Dpsock_snd.c94 vh->gso_type = VIRTIO_NET_HDR_GSO_UDP; in build_vnet_header()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h137 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */ macro
/openbmc/qemu/net/
H A Deth.c51 return VIRTIO_NET_HDR_GSO_UDP | ecn_state; in eth_get_gso_type()