Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c41 const void *data1 = container_of(node, struct tt_common_entry, in compare_tt()
54 static struct tt_common_entry *tt_hash_find(struct hashtable_t *hash, in tt_hash_find()
59 struct tt_common_entry *tt_common_entry, *tt_common_entry_tmp = NULL; in tt_hash_find() local
69 hlist_for_each_entry_rcu(tt_common_entry, node, head, hash_entry) { in tt_hash_find()
70 if (!compare_eth(tt_common_entry, data)) in tt_hash_find()
73 if (!atomic_inc_not_zero(&tt_common_entry->refcount)) in tt_hash_find()
76 tt_common_entry_tmp = tt_common_entry; in tt_hash_find()
87 struct tt_common_entry *tt_common_entry; in tt_local_hash_find() local
90 tt_common_entry = tt_hash_find(bat_priv->tt_local_hash, data); in tt_local_hash_find()
91 if (tt_common_entry) in tt_local_hash_find()
[all …]
Dtypes.h227 struct tt_common_entry { struct
236 struct tt_common_entry common; argument
241 struct tt_common_entry common;
Dvis.c612 struct tt_common_entry *tt_common_entry; in generate_vis_packet() local
675 hlist_for_each_entry_rcu(tt_common_entry, node, head, in generate_vis_packet()
681 memcpy(entry->dest, tt_common_entry->addr, ETH_ALEN); in generate_vis_packet()