Lines Matching defs:vni
1360 vxlan_socket_lookup_softc_locked(struct vxlan_socket *vso, uint32_t vni)
1366 hash = VXLAN_SO_VNI_HASH(vni);
1369 if (sc->vxl_vni == vni) {
1379 vxlan_socket_lookup_softc(struct vxlan_socket *vso, uint32_t vni)
1385 sc = vxlan_socket_lookup_softc_locked(vso, vni);
1395 uint32_t vni, hash;
1397 vni = sc->vxl_vni;
1398 hash = VXLAN_SO_VNI_HASH(vni);
1401 tsc = vxlan_socket_lookup_softc_locked(vso, vni);
2816 uint32_t vni;
2843 vni = ntohl(vxh->vxlh_vni) >> VXLAN_HDR_VNI_SHIFT;
2848 error = vxlan_input(vso, vni, &m, srcsa);
2859 vxlan_input(struct vxlan_socket *vso, uint32_t vni, struct mbuf **m0,
2873 sc = vxlan_socket_lookup_softc(vso, vni);
3512 vxlan_check_vni(uint32_t vni)
3515 return (vni >= VXLAN_VNI_MAX);