Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_net.h301 u8 gso_inner_type, gso_tunnel_type; in virtio_net_hdr_tnl_to_skb() local
318 gso_inner_type = hdr->gso_type & ~(VIRTIO_NET_HDR_GSO_ECN | in virtio_net_hdr_tnl_to_skb()
320 if (!gso_inner_type || gso_inner_type == VIRTIO_NET_HDR_GSO_UDP) in virtio_net_hdr_tnl_to_skb()
329 inner_isv6 = gso_inner_type == VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_hdr_tnl_to_skb()
352 if (gso_inner_type == VIRTIO_NET_HDR_GSO_UDP_L4) { in virtio_net_hdr_tnl_to_skb()