Searched refs:tbl8_alloc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | dir24_8.c | 177 tbl8_alloc(struct dir24_8_tbl *dp, uint64_t nh) in tbl8_alloc() function 287 tbl8_idx = tbl8_alloc(dp, tbl24_tmp); in install_to_fib() 319 tbl8_idx = tbl8_alloc(dp, tbl24_tmp); in install_to_fib() 342 tbl8_idx = tbl8_alloc(dp, tbl24_tmp); in install_to_fib()
|
| H A D | trie.c | 159 tbl8_alloc(struct rte_trie_tbl *dp, uint64_t nh) in tbl8_alloc() function 302 idx = tbl8_alloc(dp, val); in build_common_root() 333 tbl8_idx = tbl8_alloc(dp, val); in write_edge()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 422 tbl8_alloc(struct rte_lpm_tbl_entry *tbl8, uint32_t number_tbl8s) in tbl8_alloc() function 551 tbl8_group_index = tbl8_alloc(lpm->tbl8, lpm->number_tbl8s); in add_depth_big() 597 tbl8_group_index = tbl8_alloc(lpm->tbl8, lpm->number_tbl8s); in add_depth_big()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm.c | 535 tbl8_alloc(struct __rte_lpm *i_lpm) in tbl8_alloc() function 666 tbl8_group_index = tbl8_alloc(i_lpm); in add_depth_big() 712 tbl8_group_index = tbl8_alloc(i_lpm); in add_depth_big()
|