Home
last modified time | relevance | path

Searched refs:rte_table_stats (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/table/
H A Drte_table.h34 struct rte_table_stats { struct
253 struct rte_table_stats *stats,
H A Drte_table_stub.c26 struct rte_table_stats stats;
69 rte_table_stub_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_stub_stats_read()
H A Drte_table_array.c29 struct rte_table_stats stats;
183 rte_table_array_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_array_stats_read()
H A Drte_table_hash_cuckoo.c29 struct rte_table_stats stats;
298 rte_table_hash_cuckoo_stats_read(void *table, struct rte_table_stats *stats, in rte_table_hash_cuckoo_stats_read()
H A Drte_table_lpm_ipv6.c32 struct rte_table_stats stats;
343 rte_table_lpm_ipv6_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_lpm_ipv6_stats_read()
H A Drte_table_lpm.c35 struct rte_table_stats stats;
342 rte_table_lpm_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_lpm_stats_read()
H A Drte_table_acl.c29 struct rte_table_stats stats;
773 rte_table_acl_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_acl_stats_read()
H A Drte_table_hash_lru.c49 struct rte_table_stats stats;
935 rte_table_hash_lru_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_hash_lru_stats_read()
H A Drte_table_hash_ext.c68 struct rte_table_stats stats;
987 rte_table_hash_ext_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_hash_ext_stats_read()
H A Drte_table_hash_key8.c62 struct rte_table_stats stats;
1119 rte_table_hash_key8_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_hash_key8_stats_read()
H A Drte_table_hash_key16.c66 struct rte_table_stats stats;
1152 rte_table_hash_key16_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_hash_key16_stats_read()
H A Drte_table_hash_key32.c66 struct rte_table_stats stats;
1185 rte_table_hash_key32_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_hash_key32_stats_read()
/dpdk/lib/pipeline/
H A Drte_pipeline.h109 struct rte_table_stats stats;