Home
last modified time | relevance | path

Searched refs:rte_trie_tbl (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c78 struct rte_trie_tbl *dp = p; in trie_get_lookup_fn()
124 tbl8_pool_init(struct rte_trie_tbl *dp) in tbl8_pool_init()
139 tbl8_get(struct rte_trie_tbl *dp) in tbl8_get()
153 tbl8_put(struct rte_trie_tbl *dp, uint32_t tbl8_ind) in tbl8_put()
159 tbl8_alloc(struct rte_trie_tbl *dp, uint64_t nh) in tbl8_alloc()
288 build_common_root(struct rte_trie_tbl *dp, const uint8_t *ip, in build_common_root()
460 modify_dp(struct rte_trie_tbl *dp, struct rte_rib6 *rib, in modify_dp()
511 struct rte_trie_tbl *dp; in trie_modify()
613 struct rte_trie_tbl *dp = NULL; in trie_create()
636 dp = rte_zmalloc_socket(name, sizeof(struct rte_trie_tbl) + in trie_create()
[all …]
H A Dtrie.h35 struct rte_trie_tbl { struct
55 get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz) in get_tbl24_p() argument
117 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p; \
H A Dtrie_avx512.c73 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p; in trie_vec_lookup_x16()
170 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p; in trie_vec_lookup_x8_8b()