Searched refs:nl_hash_node_t (Results 1 - 2 of 2) sorted by relevance

/external/libnl/include/netlink/
H A Dhashtable.h24 } nl_hash_node_t; typedef in typeref:struct:nl_hash_node
28 nl_hash_node_t ** nodes;
/external/libnl/lib/
H A Dhashtable.c61 nl_hash_node_t *node = ht->nodes[i];
62 nl_hash_node_t *saved_node;
89 nl_hash_node_t *node;
119 nl_hash_node_t *node;
136 node = malloc(sizeof(nl_hash_node_t));
163 nl_hash_node_t *node, *prev;

Completed in 153 milliseconds