Home
last modified time | relevance | path

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

/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()
/linux/include/uapi/linux/
H A Dvirtio_net.h135 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/linux/arch/um/drivers/
H A Dvector_transports.c201 if ((vheader->gso_type != VIRTIO_NET_HDR_GSO_NONE) && in raw_verify_header()
/linux/tools/testing/selftests/net/
H A Dtap.c332 vh->gso_type = VIRTIO_NET_HDR_GSO_NONE; in build_test_packet_valid_udp_csum()