20 #ifndef _NET_BATMAN_ADV_ORIGINATOR_H_
21 #define _NET_BATMAN_ADV_ORIGINATOR_H_
49 const unsigned char *
key =
data;
53 for (i = 0; i < 6; i++) {
78 index = batadv_choose_orig(data, hash->
size);
82 hlist_for_each_entry_rcu(orig_node, node, head,
hash_entry) {
83 if (!batadv_compare_eth(orig_node, data))
89 orig_node_tmp = orig_node;