Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvirtio_net.h57 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
149 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
216 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_hdr_from_skb()
/Linux-v6.6/include/uapi/linux/
Dvirtio_net.h134 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/Linux-v6.6/arch/um/drivers/
Dvector_transports.c201 if ((vheader->gso_type != VIRTIO_NET_HDR_GSO_NONE) && in raw_verify_header()
/Linux-v6.6/tools/testing/selftests/net/
Dtap.c332 vh->gso_type = VIRTIO_NET_HDR_GSO_NONE; in build_test_packet_valid_udp_csum()
/Linux-v6.6/drivers/vhost/
Dnet.c1130 .gso_type = VIRTIO_NET_HDR_GSO_NONE in handle_rx()