Searched defs:rte_flow_item (Results 1 – 1 of 1) sorted by relevance
1663 struct rte_flow_item { struct1664 enum rte_flow_item_type type; /**< Item type. */ argument1665 const void *spec; /**< Pointer to item specification structure. */1666 const void *last; /**< Defines an inclusive range (spec to last). */1667 const void *mask; /**< Bit-mask applied to spec and last. */