Lines Matching refs:hash_entry
408 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash()
442 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
467 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths()
518 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
553 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find()
554 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find()
687 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths()
993 &nc_path->hash_entry); in batadv_nc_get_path()
1291 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search()
1770 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
1916 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_nc_nodes_seq_print_text()