Lines Matching refs:nc_path_key
957 struct batadv_nc_path *nc_path, nc_path_key;
959 batadv_nc_hash_key_gen(&nc_path_key, src, dst);
962 nc_path = batadv_nc_hash_find(hash, (void *)&nc_path_key);
991 batadv_nc_hash_choose, &nc_path_key,
1263 struct batadv_nc_path *nc_path, nc_path_key;
1273 batadv_nc_hash_key_gen(&nc_path_key, in_nc_node->addr,
1275 idx = batadv_nc_hash_choose(&nc_path_key, hash->size);
1735 struct batadv_nc_path *nc_path, nc_path_key;
1753 batadv_nc_hash_key_gen(&nc_path_key, source, dest);
1754 index = batadv_nc_hash_choose(&nc_path_key, hash->size);