Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1678 instr->type = INSTR_HDR_EXTRACT; in instr_hdr_extract_translate()
6138 if (instr[i].type != INSTR_HDR_EXTRACT) in instr_pattern_extract_many_search()
6681 [INSTR_HDR_EXTRACT] = instr_hdr_extract_exec,
10059 case INSTR_HDR_EXTRACT: return "INSTR_HDR_EXTRACT"; in instr_type_to_name()
10265 if (instr->type >= INSTR_HDR_EXTRACT && instr->type <= INSTR_HDR_EXTRACT8) in instr_io_export()
10266 n_hdrs = 1 + (instr->type - INSTR_HDR_EXTRACT); in instr_io_export()
10928 [INSTR_HDR_EXTRACT] = instr_io_export,
11146 case INSTR_HDR_EXTRACT: return "__instr_hdr_extract_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h231 INSTR_HDR_EXTRACT, enumerator