Searched defs:vxlanhdr (Results 1 – 2 of 2) sorted by relevance
45 struct vxlanhdr { struct46 __be32 vx_flags;47 __be32 vx_vni;
24 struct vxlanhdr { struct35 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument