Searched defs:port_table (Results 1 – 1 of 1) sorted by relevance
181 struct port_table { struct182 struct port_table *next; /**< Next table in list. */ argument183 struct port_table *tmp; /**< Temporary linking. */ argument184 uint32_t id; /**< Table ID. */185 uint32_t nb_pattern_templates; /**< Number of pattern templates. */186 uint32_t nb_actions_templates; /**< Number of actions templates. */187 struct rte_flow_template_table *table; /**< PMD opaque template object */