Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.h271 struct port_template *actions_templ_list; /**< Actions templates. */ member
H A Dconfig.c2332 ret = template_alloc(id, &pat, &port->actions_templ_list); in port_flow_actions_template_create()
2362 tmp = &port->actions_templ_list; in port_flow_actions_template_destroy()
2438 temp = port->actions_templ_list; in port_flow_template_table_create()
H A Dcmdline_flow.c10108 for (pt = port->actions_templ_list; pt != NULL; pt = pt->next) { in comp_actions_template_id()