vxlan_header
struct vxlan_header sc_header;
struct vxlan_header *vh;
vh = mtod(m, struct vxlan_header *);
struct vxlan_header *vh;
vh = (struct vxlan_header *)(mtod(m, caddr_t) + hlen);
struct vxlan_header p_header;
const struct vxlan_header *vh;
vh = (const struct vxlan_header *)p;