Lines Matching refs:hash_entry
420 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash()
454 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
479 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths()
530 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
565 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find()
566 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find()
699 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths()
1005 &nc_path->hash_entry); in batadv_nc_get_path()
1303 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search()
1782 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
1928 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_nc_nodes_seq_print_text()