Searched refs:nc_path_key (Results 1 – 1 of 1) sorted by relevance
/net/batman-adv/ |
D | network-coding.c | 958 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_get_path() local 960 batadv_nc_hash_key_gen(&nc_path_key, src, dst); in batadv_nc_get_path() 963 nc_path = batadv_nc_hash_find(hash, (void *)&nc_path_key); in batadv_nc_get_path() 992 batadv_nc_hash_choose, &nc_path_key, in batadv_nc_get_path() 1275 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_path_search() local 1285 batadv_nc_hash_key_gen(&nc_path_key, in_nc_node->addr, in batadv_nc_path_search() 1287 idx = batadv_nc_hash_choose(&nc_path_key, hash->size); in batadv_nc_path_search() 1747 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_find_decoding_packet() local 1765 batadv_nc_hash_key_gen(&nc_path_key, source, dest); in batadv_nc_find_decoding_packet() 1766 index = batadv_nc_hash_choose(&nc_path_key, hash->size); in batadv_nc_find_decoding_packet()
|