Home
last modified time | relevance | path

Searched refs:nl_hash_table_t (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink/
Dhashtable.h29 } nl_hash_table_t; typedef
35 extern nl_hash_table_t * nl_hash_table_alloc(int size);
36 extern void nl_hash_table_free(nl_hash_table_t *ht);
38 extern int nl_hash_table_add(nl_hash_table_t *ht,
40 extern int nl_hash_table_del(nl_hash_table_t *ht,
43 extern struct nl_object * nl_hash_table_lookup(nl_hash_table_t *ht,
/external/libnl/lib/
Dhashtable.c29 nl_hash_table_t *nl_hash_table_alloc(int size) in nl_hash_table_alloc()
31 nl_hash_table_t *ht; in nl_hash_table_alloc()
56 void nl_hash_table_free(nl_hash_table_t *ht) in nl_hash_table_free()
86 struct nl_object* nl_hash_table_lookup(nl_hash_table_t *ht, in nl_hash_table_lookup()
117 int nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_add()
161 int nl_hash_table_del(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_del()