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