Lines Matching refs:local_uuid
965 if (uuid_equal(&uuid, xd->local_uuid)) {
1006 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid,
1096 xd->properties_changed_retries, xd->local_uuid);
1192 kfree(xd->local_uuid);
1265 * @local_uuid: Our local domain UUID
1272 u64 route, const uuid_t *local_uuid,
1296 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL);
1297 if (!xd->local_uuid)
1327 kfree(xd->local_uuid);