Lines Matching refs:uuid_compare
931 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp()
937 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp()
1910 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed()
2004 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed()
2019 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed()
2286 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested()
2329 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested()
2425 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client()
3844 if ((flow->nexus && uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) || in necp_update_flow_protoctl_event()
3901 uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) { in necp_assign_client_result_locked()
4083 if (uuid_compare(parsed_parameters->required_netagents[j], result->netagents[i]) == 0) { in necp_update_parsed_parameters()
4214 if (uuid_compare(parsed_parameters->required_netagents[i], result->netagents[j]) == 0) { in necp_calculate_client_result()
4660 uuid_compare(original_scoped_interface->if_agentids[i], result.netagents[j]) == 0) { in necp_update_client_result()
4694 uuid_compare(direct_interface->if_agentids[i], result.netagents[j]) == 0) { in necp_update_client_result()
4730 uuid_compare(delegate_interface->if_agentids[i], result.netagents[j]) == 0) { in necp_update_client_result()
5076 if (uuid_compare(value->netagent_uuid, netagent_uuid) == 0) { in necp_client_remove_agent_from_result()
5222 if (uuid_compare(check_ifp->if_agentids[index], *agent_uuid) == 0) { in necp_ifnet_matches_agent()
7962 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
7969 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
8033 if (uuid_compare(interface->if_agentids[i], add_request->agent_uuid) == 0) { in necp_client_add_flow()
8283 if (uuid_compare(search_assertion->asserted_netagent, netagent_uuid) == 0) { in necp_client_remove_assertion()