Home
last modified time | relevance | path

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

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