Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_net.h266 unsigned int inner_nh, outer_th, inner_th; in virtio_net_hdr_tnl_to_skb() local
302 outer_th = le16_to_cpu(vhdr->outer_th_offset); in virtio_net_hdr_tnl_to_skb()
303 if (outer_th < outer_l3min || in virtio_net_hdr_tnl_to_skb()
304 inner_nh < outer_th + sizeof(struct udphdr) || in virtio_net_hdr_tnl_to_skb()
342 skb->transport_header = outer_th + skb_headroom(skb); in virtio_net_hdr_tnl_to_skb()
390 unsigned int inner_nh, outer_th; in virtio_net_hdr_tnl_from_skb() local
420 outer_th = skb->transport_header - skb_headroom(skb); in virtio_net_hdr_tnl_from_skb()
422 vhdr->outer_th_offset = cpu_to_le16(outer_th); in virtio_net_hdr_tnl_from_skb()