Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dhashtable.h38 extern int nl_hash_table_add(nl_hash_table_t *ht,
/external/libnl/lib/
Dhashtable.c117 int nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_add() function
Dcache.c441 ret = nl_hash_table_add(cache->hashtable, obj); in __cache_add()