Lines Matching refs:local_uuid
427 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) {
455 uuid_copy(&res->src_uuid, xd->local_uuid);
1217 if (uuid_equal(&uuid, xd->local_uuid)) {
1393 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid,
1518 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) {
1688 xd->properties_changed_retries, xd->local_uuid);
1868 kfree(xd->local_uuid);
1904 * @local_uuid: Our local domain UUID
1911 u64 route, const uuid_t *local_uuid,
1937 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL);
1938 if (!xd->local_uuid)
1958 dev_dbg(&xd->dev, "local UUID %pUb\n", local_uuid);
1973 kfree(xd->local_uuid);