Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvirtio_net.h17 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_match_proto()
33 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_set_proto()
67 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_to_skb()
/linux-6.1.9/include/uapi/linux/
Dvirtio_net.h131 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */ macro
/linux-6.1.9/tools/testing/selftests/net/
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()
Dpsock_snd.c94 vh->gso_type = VIRTIO_NET_HDR_GSO_UDP; in build_vnet_header()