Searched refs:agent_type_id (Results 1 – 1 of 1) sorted by relevance
537 static bool necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id);6957 u_int32_t agent_type_id = 0; in necp_create_agent_type_to_id_mapping() local6964 agent_type_id = existing_mapping->id; in necp_create_agent_type_to_id_mapping()6975 agent_type_id = new_mapping->id; in necp_create_agent_type_to_id_mapping()6977 return agent_type_id; in necp_create_agent_type_to_id_mapping()6981 necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id) in necp_remove_agent_type_to_id_mapping() argument6987 existing_mapping = necp_lookup_agent_type_with_id_locked(agent_type_id); in necp_remove_agent_type_to_id_mapping()