Lines Matching refs:uuid
72 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
201 memcpy(&hdr->uuid, &tb_xdp_uuid, sizeof(tb_xdp_uuid)); in tb_xdp_fill_header()
390 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request() argument
399 uuid_copy(&req.src_uuid, uuid); in tb_xdp_properties_changed_request()
435 if (!handler->uuid || !handler->callback) in tb_register_protocol_handler()
437 if (uuid_equal(handler->uuid, &tb_xdp_uuid)) in tb_register_protocol_handler()
469 const uuid_t *uuid; in tb_xdp_handle_request() local
480 uuid = tb->root_switch->uuid; in tb_xdp_handle_request()
482 uuid = NULL; in tb_xdp_handle_request()
485 if (!uuid) { in tb_xdp_handle_request()
492 ret = tb_xdp_properties_response(tb, ctl, route, sequence, uuid, in tb_xdp_handle_request()
1273 const uuid_t *uuid; member
1294 if (lookup->uuid) { in switch_find_xdomain()
1295 if (uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()
1330 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid() argument
1336 lookup.uuid = uuid; in tb_xdomain_find_by_uuid()
1421 if (uuid_equal(&hdr->uuid, &tb_xdp_uuid)) { in tb_xdomain_handle_request()
1431 if (!uuid_equal(&hdr->uuid, handler->uuid)) in tb_xdomain_handle_request()