as dns_transport_find() is only concerned with finding an exact match on the specified name it doesn't need to use a tree data structure internally, we can replace the RBTs with hash tables.
as dns_transport_find() is only concerned with finding an exact match on the specified name it doesn't need to use a tree data structure internally, we can replace the RBTs with hash tables.