Searched refs:hash_function_naive (Results 1 – 4 of 4) sorted by relevance
23 hash_index_t hash_function_naive(const void *key);
23 hash_index_t hash_function_naive(const void *key) { in hash_function_naive() function
44 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
58 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()