Searched refs:VIRTIO_NET_HDR_GSO_UDP_L4 (Results 1 – 3 of 3) sorted by relevance
20 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()219 if (hdr->gso_type == VIRTIO_NET_HDR_GSO_UDP_L4) in __virtio_net_set_hdrlen()235 if (hdr->gso_type == VIRTIO_NET_HDR_GSO_UDP_L4) in __virtio_net_set_tnl_hdrlen()264 hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP_L4; in virtio_net_hdr_from_skb()352 if (gso_inner_type == VIRTIO_NET_HDR_GSO_UDP_L4) { in virtio_net_hdr_tnl_to_skb()
162 #define VIRTIO_NET_HDR_GSO_UDP_L4 5 /* GSO frame, IPv4& IPv6 UDP (USO) */ macro
955 int ret, gso_type = VIRTIO_NET_HDR_GSO_UDP_L4; in TEST_F()