Searched refs:rte_fib6_delete (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_fib6.c | 161 ret = rte_fib6_delete(NULL, ip, depth); in test_add_del_invalid() 175 ret = rte_fib6_delete(fib, ip, RTE_FIB6_MAXDEPTH + 1); in test_add_del_invalid() 296 ret = rte_fib6_delete(fib, ip_add, i); in check_fib() 304 ret = rte_fib6_delete(fib, ip_add, i); in check_fib() 321 ret = rte_fib6_delete(fib, ip_add, i); in check_fib()
|
| H A D | test_fib6_perf.c | 143 status += rte_fib6_delete(fib, large_route_table[i].ip, in test_fib6_perf()
|
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | version.map | 16 rte_fib6_delete;
|
| H A D | rte_fib6.h | 160 rte_fib6_delete(struct rte_fib6 *fib,
|
| H A D | rte_fib6.c | 130 rte_fib6_delete(struct rte_fib6 *fib, const uint8_t ip[RTE_FIB6_IPV6_ADDR_SIZE], in rte_fib6_delete() function
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 1182 rte_fib6_delete(fib, rt[i + j].addr, rt[i + j].depth); in run_v6()
|