Home
last modified time | relevance | path

Searched refs:rte_lpm_add (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c184 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 Drte_lpm.h208 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, uint32_t next_hop);
H A Drte_lpm.c691 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() function