Lines Matching defs:dst_mac
201 if (act->dst_mac)
202 efx_tc_flower_put_mac(efx, act->dst_mac);
788 if (act->dst_mac || act->src_mac)
991 * @dst_mac_32: dst_mac[0:3] has been populated
992 * @dst_mac_16: dst_mac[4:5] has been populated
995 * @dst_mac: h_dest field of ethhdr
1008 unsigned char dst_mac[ETH_ALEN];
1031 ped = efx_tc_flower_get_mac(efx, mung->dst_mac, extack);
1035 /* Check that we have not already populated dst_mac */
1036 if (act->dst_mac)
1037 efx_tc_flower_put_mac(efx, act->dst_mac);
1039 act->dst_mac = ped;
1173 memcpy(mung->dst_mac, &mac32, sizeof(mac32));
1183 memcpy(mung->dst_mac + 4, &mac16, sizeof(mac16));