Searched refs:add_depth_small (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 466 add_depth_small(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in add_depth_small() function 720 status = add_depth_small(lpm, ip_masked, depth, next_hop); in rte_lpm_add()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm.c | 581 add_depth_small(struct __rte_lpm *i_lpm, uint32_t ip, uint8_t depth, in add_depth_small() function 835 status = add_depth_small(i_lpm, ip_masked, depth, next_hop); in rte_lpm_add()
|