Lines Matching refs:hash_entry
363 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash()
397 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
422 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths()
479 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
516 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find()
517 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find()
648 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths()
953 &nc_path->hash_entry); in batadv_nc_get_path()
1250 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search()
1729 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
1866 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_nc_nodes_seq_print_text()