Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtuntap_helpers.h370 vh_tunnel->outer_th_offset = eth_hlen + outer_iphlen; in build_virtio_net_hdr_v1_hash_tunnel()
371 vh_tunnel->inner_nh_offset = vh_tunnel->outer_th_offset + ETH_HLEN + in build_virtio_net_hdr_v1_hash_tunnel()
/linux/include/linux/
H A Dvirtio_net.h335 outer_th = le16_to_cpu(vhdr->outer_th_offset); in virtio_net_hdr_tnl_to_skb()
473 vhdr->outer_th_offset = cpu_to_le16(outer_th); in virtio_net_hdr_tnl_from_skb()
/linux/include/uapi/linux/
H A Dvirtio_net.h214 __le16 outer_th_offset; member