Home
last modified time | relevance | path

Searched refs:nc_path_key (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Dnetwork-coding.c957 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_get_path() local
959 batadv_nc_hash_key_gen(&nc_path_key, src, dst); in batadv_nc_get_path()
962 nc_path = batadv_nc_hash_find(hash, (void *)&nc_path_key); in batadv_nc_get_path()
991 batadv_nc_hash_choose, &nc_path_key, in batadv_nc_get_path()
1263 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_path_search() local
1273 batadv_nc_hash_key_gen(&nc_path_key, in_nc_node->addr, in batadv_nc_path_search()
1275 idx = batadv_nc_hash_choose(&nc_path_key, hash->size); in batadv_nc_path_search()
1735 struct batadv_nc_path *nc_path, nc_path_key; in batadv_nc_find_decoding_packet() local
1753 batadv_nc_hash_key_gen(&nc_path_key, source, dest); in batadv_nc_find_decoding_packet()
1754 index = batadv_nc_hash_choose(&nc_path_key, hash->size); in batadv_nc_find_decoding_packet()