Lines Matching refs:agent_uuid

650 	uuid_t agent_uuid[NECP_FD_REPORTED_AGENT_COUNT];  member
4729 uuid_t agent_uuid) in necp_agent_is_removed_by_type() argument
4740 if (netagent_get_agent_domain_and_type(agent_uuid, compare_agent_domain, compare_agent_type)) { in necp_agent_is_removed_by_type()
5832 necp_ifnet_matches_agent(struct ifnet *ifp, uuid_t *agent_uuid, bool check_delegates) in necp_ifnet_matches_agent() argument
5840 if (uuid_compare(check_ifp->if_agentids[index], *agent_uuid) == 0) { in necp_ifnet_matches_agent()
9507 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
9514 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
9525 …necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index, p… in necp_client_add_flow()
9527 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
9540 …!necp_assign_client_result_locked(proc, fd_data, client, new_registration, add_request->agent_uuid, in necp_client_add_flow()
9550 uuid_compare(flow->u.nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
9591 new_registration, add_request->agent_uuid); in necp_client_add_flow()
9605 if (uuid_compare(interface->if_agentids[i], add_request->agent_uuid) == 0) { in necp_client_add_flow()
9618 …necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index, p… in necp_client_add_flow()
9622 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
9937 uuid_t agent_uuid; in necp_client_agent_action() local
9938 uuid_copy(agent_uuid, value); in necp_client_agent_action()
9950 if (!necp_client_remove_assertion(client, agent_uuid)) { in necp_client_agent_action()
9961 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
9976 necp_client_add_assertion(client, agent_uuid); in necp_client_agent_action()
9980 uuid_t agent_uuid; in necp_client_agent_action() local
9981 uuid_copy(agent_uuid, value); in necp_client_agent_action()
9994 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
10007 uuid_t agent_uuid; in necp_client_agent_action() local
10008 uuid_copy(agent_uuid, value); in necp_client_agent_action()
10017 if (uuid_compare(agent_uuid, fd_data->reported_agents.agent_uuid[agent_i]) == 0) { in necp_client_agent_action()
10028 if (uuid_is_null(fd_data->reported_agents.agent_uuid[agent_i])) { in necp_client_agent_action()
10029 uuid_copy(fd_data->reported_agents.agent_uuid[agent_i], agent_uuid); in necp_client_agent_action()
10038 …uuid_copy(fd_data->reported_agents.agent_uuid[agent_i], fd_data->reported_agents.agent_uuid[agent_… in necp_client_agent_action()
10040 uuid_copy(fd_data->reported_agents.agent_uuid[agent_i], agent_uuid); in necp_client_agent_action()
10047 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
10087 uuid_t agent_uuid; in necp_client_copy_agent() local
10097 error = copyin(uap->client_id, agent_uuid, sizeof(uuid_t)); in necp_client_copy_agent()
10103 error = netagent_copyout(agent_uuid, uap->buffer, buffer_size); in necp_client_copy_agent()
10144 error = netagent_use(parameters.agent_uuid, &parameters.out_use_count); in necp_client_agent_use()
10170 uuid_t agent_uuid = {}; in necp_client_acquire_agent_token() local
10182 error = copyin(uap->client_id, agent_uuid, sizeof(uuid_t)); in necp_client_acquire_agent_token()
10188 error = netagent_acquire_token(agent_uuid, uap->buffer, buffer_size, retval); in necp_client_acquire_agent_token()