Lines Matching defs:action
258 struct rte_flow_action action[MAX_RTE_FLOW_ACTIONS] = {};
272 action[act_idx].type = RTE_FLOW_ACTION_TYPE_QUEUE;
273 action[act_idx].conf = &queue_action;
278 action[act_idx].type = RTE_FLOW_ACTION_TYPE_COUNT;
283 action[act_idx].type = RTE_FLOW_ACTION_TYPE_SECURITY;
284 action[act_idx].conf = NULL;
290 action[act_idx].type = RTE_FLOW_ACTION_TYPE_MARK;
291 action[act_idx].conf = &mark_action;
295 action[act_idx].type = RTE_FLOW_ACTION_TYPE_END;
296 action[act_idx].conf = NULL;
333 ret = rte_flow_validate(rule->port, &attr, pattern, action, &err);
340 rule->flow = rte_flow_create(rule->port, &attr, pattern, action, &err);
349 struct rte_flow_action action;
354 action.type = RTE_FLOW_ACTION_TYPE_COUNT;
364 ret = rte_flow_query(rule->port, rule->flow, &action,
383 printf(" Security action set,");
432 printf(" Security action set,");