Home
last modified time | relevance | path

Searched defs:rte_table (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_table.h158 struct rte_table { struct
159 struct rte_table_ops ops; argument
175 struct rte_table tables[64]; argument
/dpdk/lib/pipeline/
H A Drte_pipeline.c83 struct rte_table { struct
85 struct rte_table_ops ops; argument
86 rte_pipeline_table_action_handler_hit f_action_hit;
87 rte_pipeline_table_action_handler_miss f_action_miss;
88 void *arg_ah;
89 struct rte_pipeline_table_entry *default_entry;
90 uint32_t entry_size;
92 uint32_t table_next_id;
116 struct rte_table tables[RTE_PIPELINE_TABLE_MAX]; argument