Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_UDP_L4 (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dvirtio_net.h20 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_match_proto()
37 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_set_proto()
78 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_to_skb()
215 hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP_L4; in virtio_net_hdr_from_skb()
/linux-6.6.21/include/uapi/linux/
Dvirtio_net.h138 #define VIRTIO_NET_HDR_GSO_UDP_L4 5 /* GSO frame, IPv4& IPv6 UDP (USO) */ macro