Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_key8.c35 struct rte_bucket_4_8 { struct
39 struct rte_bucket_4_8 *next; argument
48 struct rte_bucket_4_8 { argument
52 struct rte_bucket_4_8 *next; argument
53 uint32_t pad;
54 uint64_t next_valid;
56 uint64_t key[4];
59 uint8_t data[0];
/f-stack/dpdk/app/test/
H A Dtest_table_tables.c45 struct rte_bucket_4_8 { struct
49 struct rte_bucket_4_8 *next; argument
64 struct rte_bucket_4_8 b; in test_lru_update() argument