Searched refs:drop_actions (Results 1 – 1 of 1) sorted by relevance
6360 struct rte_flow_action drop_actions[3]; in flow_meter_create_drop_flow_with_org_pattern() local6364 drop_actions[0].type = in flow_meter_create_drop_flow_with_org_pattern()6366 drop_actions[0].conf = (void *)(uintptr_t)fm->drop_cnt; in flow_meter_create_drop_flow_with_org_pattern()6367 drop_actions[1].type = RTE_FLOW_ACTION_TYPE_DROP; in flow_meter_create_drop_flow_with_org_pattern()6368 drop_actions[1].conf = NULL; in flow_meter_create_drop_flow_with_org_pattern()6369 drop_actions[2].type = RTE_FLOW_ACTION_TYPE_END; in flow_meter_create_drop_flow_with_org_pattern()6370 drop_actions[2].conf = NULL; in flow_meter_create_drop_flow_with_org_pattern()6376 &drop_attr, items, drop_actions, in flow_meter_create_drop_flow_with_org_pattern()