Searched refs:rte_lpm_delete (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 228 status = rte_lpm_delete(NULL, ip, depth); in test4() 236 status = rte_lpm_delete(lpm, ip, 0); in test4() 309 status = rte_lpm_delete(lpm, ip, depth); in test6() 355 status = rte_lpm_delete(lpm, ip, depth); in test7() 490 status = rte_lpm_delete(lpm, ip, depth); in test9() 520 status = rte_lpm_delete(lpm, ip, depth); in test9() 525 status = rte_lpm_delete(lpm, ip, depth); in test9() 555 status = rte_lpm_delete(lpm, ip, depth); in test9() 568 status = rte_lpm_delete(lpm, ip, depth); in test9() 1264 rte_lpm_delete(lpm, ip, depth); in test18() [all …]
|
| H A D | test_lpm_perf.c | 472 if (rte_lpm_delete(lpm, large_ldepth_route_table[j].ip, in test_lpm_rcu_qsbr_writer() 755 status += rte_lpm_delete(lpm, large_route_table[i].ip, in test_lpm_perf()
|
| /dpdk/lib/lpm/ |
| H A D | version.map | 16 rte_lpm_delete;
|
| H A D | rte_lpm.h | 258 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth);
|
| H A D | rte_lpm.c | 1143 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth) in rte_lpm_delete() function
|
| /dpdk/lib/table/ |
| H A D | rte_table_lpm.c | 283 status = rte_lpm_delete(lpm->lpm, ip_prefix->ip, ip_prefix->depth); in rte_table_lpm_entry_delete()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 1000 rte_lpm_delete(lpm, rt[i + j].addr, in run_v4()
|