Searched refs:rte_flow_item_tag (Results 1 – 5 of 5) sorted by relevance
250 static struct rte_flow_item_tag tag_spec = { in add_meta_tag()254 static struct rte_flow_item_tag tag_mask = { in add_meta_tag()
1627 struct rte_flow_item_tag { struct1634 static const struct rte_flow_item_tag rte_flow_item_tag_mask = { argument
140 MK_FLOW_ITEM(TAG, sizeof(struct rte_flow_item_tag)),
2087 const struct rte_flow_item_tag *spec = item->spec; in flow_dv_validate_item_tag()2088 const struct rte_flow_item_tag *mask = item->mask; in flow_dv_validate_item_tag()2089 const struct rte_flow_item_tag nic_mask = { in flow_dv_validate_item_tag()2114 sizeof(struct rte_flow_item_tag), in flow_dv_validate_item_tag()9879 const struct rte_flow_item_tag *tag_v = item->spec; in flow_dv_translate_item_tag()9880 const struct rte_flow_item_tag *tag_m = item->mask; in flow_dv_translate_item_tag()
4515 .priv = PRIV_ITEM(TAG, sizeof(struct rte_flow_item_tag)),4523 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_tag, data)),4530 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_tag, index)),