Lines Matching refs:src
485 * @src: source 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));
954 * @src: ethernet source address - first half of the nc path search key
962 u8 *src,
968 batadv_nc_hash_key_gen(&nc_path_key, src, dst);
991 ether_addr_copy(nc_path->prev_hop, src);
1030 * @src: byte array to XOR from
1033 static void batadv_nc_memxor(char *dst, const char *src, unsigned int len)
1038 dst[i] ^= src[i];
1238 * @src: source mac address of skb
1251 static bool batadv_nc_skb_coding_possible(struct sk_buff *skb, u8 *dst, u8 *src)
1253 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src))
1373 * batadv_nc_skb_store_before_coding() - set the ethernet src and dst of the
1533 /* Find or create a nc_path for this src-dst pair */