Searched refs:rte_lpm_add (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | dpdk_lpm.c | 184 ret = rte_lpm_add(dd->lpm, ip, plen, nhidx); in handle_gu_change() 278 ret = rte_lpm_add(dd->lpm, ntohl(addr4.s_addr), plen, nhidx); in add_route_cb()
|
H A D | rte_lpm.h | 208 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, uint32_t next_hop);
|
H A D | rte_lpm.c | 691 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() function
|