Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtuntap_helpers.h371 vh_tunnel->inner_nh_offset = vh_tunnel->outer_th_offset + ETH_HLEN + in build_virtio_net_hdr_v1_hash_tunnel()
374 vh->csum_start = vh_tunnel->inner_nh_offset + inner_iphlen; in build_virtio_net_hdr_v1_hash_tunnel()
/linux/include/linux/
H A Dvirtio_net.h334 inner_nh = le16_to_cpu(vhdr->inner_nh_offset); in virtio_net_hdr_tnl_to_skb()
472 vhdr->inner_nh_offset = cpu_to_le16(inner_nh); in virtio_net_hdr_tnl_from_skb()
/linux/include/uapi/linux/
H A Dvirtio_net.h215 __le16 inner_nh_offset; member