Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_net.h19 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_match_proto()
36 case VIRTIO_NET_HDR_GSO_UDP: in virtio_net_hdr_set_proto()
73 case VIRTIO_NET_HDR_GSO_UDP: in __virtio_net_hdr_to_skb()
287 if (!gso_inner_type || gso_inner_type == VIRTIO_NET_HDR_GSO_UDP) in virtio_net_hdr_tnl_to_skb()
/linux/tools/testing/selftests/net/
H A 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()
H A Dpsock_snd.c94 vh->gso_type = VIRTIO_NET_HDR_GSO_UDP; in build_vnet_header()