46 #define RTE_LPM6_MAX_DEPTH 128
47 #define RTE_LPM6_IPV6_ADDR_SIZE 16
49 #define RTE_LPM6_NAMESIZE 32
123 rte_lpm6_add(
struct rte_lpm6 *lpm, uint8_t *ip, uint8_t depth,
176 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths,
unsigned n);
200 rte_lpm6_lookup(
const struct rte_lpm6 *lpm, uint8_t *ip, uint8_t *next_hop);
220 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE],
221 int16_t * next_hops,
unsigned n);