Searched refs:actions_template (Results 1 – 7 of 7) sorted by relevance
189 struct rte_flow_actions_template *actions_template,
1611 struct rte_flow_actions_template *actions_template, in rte_flow_actions_template_destroy() argument1619 if (unlikely(actions_template == NULL)) in rte_flow_actions_template_destroy()1624 actions_template, in rte_flow_actions_template_destroy()
5217 struct rte_flow_actions_template *actions_template,
3358 flow actions_template {port_id} create [actions_template_id {id}]3365 flow actions_template {port_id} destroy actions_template {id} [...]3374 actions_template {actions_template_id}3392 actions_template {actions_template_index}3549 ``flow actions_template create`` creates the specified actions template.3552 flow actions_template {port_id} create [actions_template_id {id}]3571 ``flow actions_template destroy`` destroys one or more actions templates3572 from their template ID (as returned by ``flow actions_template create``),3576 flow actions_template {port_id} destroy actions_template {id} [...]3598 actions_template {actions_template_id}[all …]
2337 pat->template.actions_template = rte_flow_actions_template_create(port_id, in port_flow_actions_template_create()2339 if (!pat->template.actions_template) { in port_flow_actions_template_create()2378 if (pat->template.actions_template && in port_flow_actions_template_destroy()2380 pat->template.actions_template, &error)) { in port_flow_actions_template_destroy()2442 temp->template.actions_template; in port_flow_template_table_create()
176 struct rte_flow_actions_template *actions_template; member
3735 struct rte_flow_actions_template *actions_template =3776 actions_templates[0] = actions_template;