Searched refs:get_tbl24_p (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | dir24_8.h | 43 get_tbl24_p(struct dir24_8_tbl *dp, uint32_t ip, uint8_t nh_sz) in get_tbl24_p() function 124 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); \ 126 rte_prefetch0(get_tbl24_p(dp, \ 157 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); in dir24_8_lookup_bulk() 159 rte_prefetch0(get_tbl24_p(dp, ips[i + prefetch_offset], in dir24_8_lookup_bulk() 223 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); in dir24_8_lookup_bulk_uni() 225 rte_prefetch0(get_tbl24_p(dp, ips[i + prefetch_offset], in dir24_8_lookup_bulk_uni()
|
| H A D | dir24_8.c | 297 write_to_fib(get_tbl24_p(dp, ledge, in install_to_fib() 313 write_to_fib(get_tbl24_p(dp, ROUNDUP(ledge, 24), dp->nh_sz), in install_to_fib() 323 write_to_fib(get_tbl24_p(dp, redge, in install_to_fib() 346 write_to_fib(get_tbl24_p(dp, ledge, dp->nh_sz), in install_to_fib()
|
| H A D | trie.h | 55 get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz) in get_tbl24_p() function
|
| H A D | trie.c | 433 ent = get_tbl24_p(dp, ledge, dp->nh_sz); in install_to_dp()
|