Lines Matching defs:source
478 * @src: source ethernet mac address going into the hash key
945 * @src: ethernet source address - first half of the nc path search key
1019 * batadv_nc_memxor() - XOR destination with source
1225 * @src: source mac address of skb
1232 * re-code the packet if the source of the previous encoded packet is involved.
1233 * Since the source encoded the packet we can be certain it has all necessary
1250 * @out_nc_node: pointer to skb source's neighbor nc node
1319 * @eth_src: source mac address of skb
1736 u8 *dest, *source;
1746 source = coded->second_source;
1749 source = coded->first_source;
1753 batadv_nc_hash_key_gen(&nc_path_key, source, dest);