Searched defs:vxlanhdr (Results 1 – 2 of 2) sorted by relevance
52 struct vxlanhdr { struct53 __be32 vx_flags;54 __be32 vx_vni;
25 struct vxlanhdr { struct36 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument