Lines Matching refs:nc_path_key
966 struct batadv_nc_path *nc_path, nc_path_key;
968 batadv_nc_hash_key_gen(&nc_path_key, src, dst);
971 nc_path = batadv_nc_hash_find(hash, (void *)&nc_path_key);
1000 batadv_nc_hash_choose, &nc_path_key,
1276 struct batadv_nc_path *nc_path, nc_path_key;
1286 batadv_nc_hash_key_gen(&nc_path_key, in_nc_node->addr,
1288 idx = batadv_nc_hash_choose(&nc_path_key, hash->size);
1748 struct batadv_nc_path *nc_path, nc_path_key;
1766 batadv_nc_hash_key_gen(&nc_path_key, source, dest);
1767 index = batadv_nc_hash_choose(&nc_path_key, hash->size);