Searched refs:set_macs (Results 1 – 1 of 1) sorted by relevance
210 static struct rte_flow_action_set_mac set_macs[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_src_mac() local220 set_macs[para.core_idx].mac_addr[i] = mac & 0xff; in add_set_src_mac()225 actions[actions_counter].conf = &set_macs[para.core_idx]; in add_set_src_mac()233 static struct rte_flow_action_set_mac set_macs[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_dst_mac() local243 set_macs[para.core_idx].mac_addr[i] = mac & 0xff; in add_set_dst_mac()248 actions[actions_counter].conf = &set_macs[para.core_idx]; in add_set_dst_mac()