48 #define RTE_LPM6_MAX_DEPTH 128
49 #define RTE_LPM6_IPV6_ADDR_SIZE 16
51 #define RTE_LPM6_NAMESIZE 32
125 rte_lpm6_add(
struct rte_lpm6 *lpm, uint8_t *ip, uint8_t depth,
178 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths,
unsigned n);
202 rte_lpm6_lookup(
const struct rte_lpm6 *lpm, uint8_t *ip, uint8_t *next_hop);
222 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE],
223 int16_t * next_hops,
unsigned n);