Lines Matching defs:key
483 * batadv_nc_hash_key_gen() - computes the nc_path hash key
484 * @key: buffer to hold the final hash key
485 * @src: source ethernet mac address going into the hash key
486 * @dst: destination ethernet mac address going into the hash key
488 static void batadv_nc_hash_key_gen(struct batadv_nc_path *key, const char *src,
491 memcpy(key->prev_hop, src, sizeof(key->prev_hop));
492 memcpy(key->next_hop, dst, sizeof(key->next_hop));
542 * @data: search key
954 * @src: ethernet source address - first half of the nc path search key
955 * @dst: ethernet destination address - second half of the nc path search key
1285 /* Create almost path key */