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

/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c919 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_get_path() local
921 batadv_nc_hash_key_gen(&nc_path_key, src, dst); batadv_nc_get_path()
924 nc_path = batadv_nc_hash_find(hash, (void *)&nc_path_key); batadv_nc_get_path()
952 batadv_nc_hash_choose, &nc_path_key, batadv_nc_get_path()
1234 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_path_search() local
1244 batadv_nc_hash_key_gen(&nc_path_key, in_nc_node->addr, batadv_nc_path_search()
1246 idx = batadv_nc_hash_choose(&nc_path_key, hash->size); batadv_nc_path_search()
1706 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_find_decoding_packet() local
1724 batadv_nc_hash_key_gen(&nc_path_key, source, dest); batadv_nc_find_decoding_packet()
1725 index = batadv_nc_hash_choose(&nc_path_key, hash->size); batadv_nc_find_decoding_packet()

Completed in 43 milliseconds