Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvirtio_net.h18 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_match_proto()
35 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_set_proto()
74 case VIRTIO_NET_HDR_GSO_UDP_L4: in virtio_net_hdr_to_skb()
210 hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP_L4; in virtio_net_hdr_from_skb()
/Linux-v6.6/include/uapi/linux/
Dvirtio_net.h138 #define VIRTIO_NET_HDR_GSO_UDP_L4 5 /* GSO frame, IPv4& IPv6 UDP (USO) */ macro