Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_NONE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/
H A Dvirtio_net.h60 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
156 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
229 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_hdr_from_skb()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h109 #define VIRTIO_NET_HDR_GSO_NONE 0x00 /* Not a GSO frame */ macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c307 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
337 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
830 if (VIRTIO_NET_HDR_GSO_NONE != gso_type) { in net_tx_pkt_send_custom()
838 if (offload || gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send_custom()
H A Dvmxnet3.c912 is_gso = (offload_type != VIRTIO_NET_HDR_GSO_NONE) ? 1 : 0; in vmxnet3_rx_update_descr()
H A Dvirtio-net.c2130 h->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_rsc_drain_seg()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h134 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h135 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/openbmc/linux/arch/um/drivers/
H A Dvector_transports.c201 if ((vheader->gso_type != VIRTIO_NET_HDR_GSO_NONE) && in raw_verify_header()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c332 vh->gso_type = VIRTIO_NET_HDR_GSO_NONE; in build_test_packet_valid_udp_csum()
/openbmc/qemu/net/
H A Deth.c68 return VIRTIO_NET_HDR_GSO_NONE | ecn_state; in eth_get_gso_type()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c284 .gso_type = VIRTIO_NET_HDR_GSO_NONE in vubr_backend_recv_cb()
/openbmc/linux/drivers/vhost/
H A Dnet.c1130 .gso_type = VIRTIO_NET_HDR_GSO_NONE in handle_rx()