Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c220 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv4() local
222 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv4()
223 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv4()
350 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv6() local
352 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv6()
353 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv6()
/linux/include/net/
H A Dvxlan.h403 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() function