Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c989 struct instruction **action_instructions; member
2407 t->ip = p->action_instructions[action_id]; in thread_ip_action_call()
6258 p->action_instructions = calloc(p->n_actions, in action_build()
6260 CHECK(p->action_instructions, ENOMEM); in action_build()
6263 p->action_instructions[action->id] = action->instructions; in action_build()
6271 free(p->action_instructions); in action_build_free()
6272 p->action_instructions = NULL; in action_build_free()