Lines Matching refs:hash_entry
416 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash()
450 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
475 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths()
526 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
561 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find()
562 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find()
695 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths()
1001 &nc_path->hash_entry); in batadv_nc_get_path()
1292 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search()
1771 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
1917 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_nc_nodes_seq_print_text()