Home
last modified time | relevance | path

Searched refs:set_ipv6 (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dactions_gen.c294 static struct rte_flow_action_set_ipv6 set_ipv6[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_src_ipv6() local
304 set_ipv6[para.core_idx].ipv6_addr[i] = ipv6 & 0xff; in add_set_src_ipv6()
309 actions[actions_counter].conf = &set_ipv6[para.core_idx]; in add_set_src_ipv6()
317 static struct rte_flow_action_set_ipv6 set_ipv6[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_dst_ipv6() local
327 set_ipv6[para.core_idx].ipv6_addr[i] = ipv6 & 0xff; in add_set_dst_ipv6()
332 actions[actions_counter].conf = &set_ipv6[para.core_idx]; in add_set_dst_ipv6()