Searched refs:vxh (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c2255 struct vxlan_header *vxh; local
2268 vxh = &hdr->vxlh_hdr;
2269 vxh->vxlh_flags = htonl(VXLAN_HDR_FLAGS_VALID_VNI);
2270 vxh->vxlh_vni = htonl(sc->vxl_vni << VXLAN_HDR_VNI_SHIFT);
2459 struct vxlan_header *vxh, vxlanhdr; local
2473 vxh = &vxlanhdr;
2475 vxh = mtodo(m, offset);
2483 if (vxh->vxlh_flags != htonl(VXLAN_HDR_FLAGS_VALID_VNI) ||
2484 vxh->vxlh_vni & ~htonl(VXLAN_VNI_MASK))
2487 vni = ntohl(vxh
[all...]

Completed in 82 milliseconds