Home
last modified time | relevance | path

Searched refs:nl_hash_table_alloc (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Dhashtable.h35 extern nl_hash_table_t * nl_hash_table_alloc(int size);
/external/libnl/lib/
Dhashtable.c29 nl_hash_table_t *nl_hash_table_alloc(int size) in nl_hash_table_alloc() function
Dcache.c209 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()