Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dactions_gen.c809 static struct action_raw_decap_data *action_decap_data[RTE_MAX_LCORE] __rte_cache_aligned; in add_raw_decap() local
815 if (action_decap_data[para.core_idx] == NULL) in add_raw_decap()
816 action_decap_data[para.core_idx] = rte_malloc("decap_data", in add_raw_decap()
820 if (action_decap_data[para.core_idx] == NULL) in add_raw_decap()
823 *action_decap_data[para.core_idx] = (struct action_raw_decap_data) { in add_raw_decap()
825 .data = action_decap_data[para.core_idx]->data, in add_raw_decap()
829 header = action_decap_data[para.core_idx]->data; in add_raw_decap()
834 action_decap_data[para.core_idx]->conf.size = header - in add_raw_decap()
835 action_decap_data[para.core_idx]->data; in add_raw_decap()
838 actions[actions_counter].conf = &action_decap_data[para.core_idx]->conf; in add_raw_decap()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c7686 action_decap_data = ctx->object; in parse_vc_action_l2_decap()
7689 .data = action_decap_data->data, in parse_vc_action_l2_decap()
7693 header = action_decap_data->data; in parse_vc_action_l2_decap()
7703 action_decap_data->data; in parse_vc_action_l2_decap()
7857 action_decap_data = ctx->object; in parse_vc_action_mplsogre_decap()
7860 .data = action_decap_data->data, in parse_vc_action_mplsogre_decap()
7864 header = action_decap_data->data; in parse_vc_action_mplsogre_decap()
7898 action_decap_data->data; in parse_vc_action_mplsogre_decap()
8053 action_decap_data = ctx->object; in parse_vc_action_mplsoudp_decap()
8060 header = action_decap_data->data; in parse_vc_action_mplsoudp_decap()
[all …]