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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/batman-adv/
H A Dvis.c46 static struct hashtable_t *vis_hash; variable in typeref:struct:hashtable_t
202 while (hash_iterate(vis_hash, &hashit_count)) {
240 while (hash_iterate(vis_hash, &hashit)) {
340 /* try to add the packet to the vis_hash. return NULL if invalid (e.g. too old,
352 if (vis_hash == NULL)
355 /* see if the packet is already in vis_hash */
357 old_info = hash_find(vis_hash, &search_elem);
372 hash_remove(vis_hash, old_info);
403 if (hash_add(vis_hash, info) < 0) {
595 while (hash_iterate(vis_hash,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dvis.c46 static struct hashtable_t *vis_hash; variable in typeref:struct:hashtable_t
202 while (hash_iterate(vis_hash, &hashit_count)) {
240 while (hash_iterate(vis_hash, &hashit)) {
340 /* try to add the packet to the vis_hash. return NULL if invalid (e.g. too old,
352 if (vis_hash == NULL)
355 /* see if the packet is already in vis_hash */
357 old_info = hash_find(vis_hash, &search_elem);
372 hash_remove(vis_hash, old_info);
403 if (hash_add(vis_hash, info) < 0) {
595 while (hash_iterate(vis_hash,
[all...]

Completed in 58 milliseconds