Searched refs:rte_lpm6_lookup (Results 1 – 3 of 3) sorted by relevance
182 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, uint32_t *next_hop);
107 ret = rte_lpm6_lookup(lpm6, (const uint8_t *)addr6, &nhidx); in lookup_ptr()
954 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, in rte_lpm6_lookup() function