Home
last modified time | relevance | path

Searched refs:get_tbl24_p (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Ddir24_8.h43 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 Ddir24_8.c297 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 Dtrie.h55 get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz) in get_tbl24_p() function
H A Dtrie.c433 ent = get_tbl24_p(dp, ledge, dp->nh_sz); in install_to_dp()