Searched refs:tag_action (Results 1 – 2 of 2) sorted by relevance
164 static struct rte_flow_action_set_tag tag_action; in add_set_tag() local167 tag_action.data = RTE_BE32(META_DATA); in add_set_tag()168 tag_action.mask = RTE_BE32(0xffffffff); in add_set_tag()169 tag_action.index = TAG_INDEX; in add_set_tag()173 actions[actions_counter].conf = &tag_action; in add_set_tag()
3956 struct rte_flow_action *tag_action; in flow_hairpin_split() local4017 tag_action = actions_rx; in flow_hairpin_split()4018 tag_action->type = (enum rte_flow_action_type) in flow_hairpin_split()4027 tag_action->conf = set_tag; in flow_hairpin_split()4150 struct rte_flow_action *tag_action = NULL; in flow_meter_split_prep() local4168 tag_action = actions_pre; in flow_meter_split_prep()4169 tag_action->type = (enum rte_flow_action_type) in flow_meter_split_prep()4219 assert(tag_action); in flow_meter_split_prep()4220 tag_action->conf = set_tag; in flow_meter_split_prep()