Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c27 struct vxlanhdr___local { struct
32 #define L2_PAD_SZ (sizeof(struct vxlanhdr___local) + ETH_HLEN) argument
179 l2_len += sizeof(struct vxlanhdr___local); in __encap_ipv4()
220 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv4()
225 l2_hdr += sizeof(struct vxlanhdr___local); in __encap_ipv4()
310 l2_len += sizeof(struct vxlanhdr___local); in __encap_ipv6()
350 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv6()
355 l2_hdr += sizeof(struct vxlanhdr___local); in __encap_ipv6()
680 olen += ETH_HLEN + sizeof(struct vxlanhdr___local); in decap_internal()