Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_net.h268 u8 gso_inner_type, gso_tunnel_type; in virtio_net_hdr_tnl_to_skb() local
272 gso_tunnel_type = hdr->gso_type & VIRTIO_NET_HDR_GSO_UDP_TUNNEL; in virtio_net_hdr_tnl_to_skb()
273 if (!gso_tunnel_type) in virtio_net_hdr_tnl_to_skb()
281 if (gso_tunnel_type == VIRTIO_NET_HDR_GSO_UDP_TUNNEL) in virtio_net_hdr_tnl_to_skb()
295 outer_isv6 = gso_tunnel_type & VIRTIO_NET_HDR_GSO_UDP_TUNNEL_IPV6; in virtio_net_hdr_tnl_to_skb()
310 hdr->gso_type & ~gso_tunnel_type); in virtio_net_hdr_tnl_to_skb()