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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dhash.h33 typedef void (*hashdata_free_cb)(void *); typedef
70 /* remove the hash structure. if hashdata_free_cb != NULL, this function will be
73 void hash_delete(struct hashtable_t *hash, hashdata_free_cb free_cb);
H A Dhash.c36 /* remove the hash structure. if hashdata_free_cb != NULL, this function will be
39 void hash_delete(struct hashtable_t *hash, hashdata_free_cb free_cb)

Completed in 179 milliseconds