Searched refs:rte_lpm_delete (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 217 status = rte_lpm_delete(NULL, ip, depth); in test4() 225 status = rte_lpm_delete(lpm, ip, 0); in test4() 298 status = rte_lpm_delete(lpm, ip, depth); in test6() 344 status = rte_lpm_delete(lpm, ip, depth); in test7() 479 status = rte_lpm_delete(lpm, ip, depth); in test9() 509 status = rte_lpm_delete(lpm, ip, depth); in test9() 514 status = rte_lpm_delete(lpm, ip, depth); in test9() 544 status = rte_lpm_delete(lpm, ip, depth); in test9() 557 status = rte_lpm_delete(lpm, ip, depth); in test9() 1244 rte_lpm_delete(lpm, ip, depth); in test18() [all …]
|
| H A D | test_lpm_perf.c | 462 if (rte_lpm_delete(lpm, large_ldepth_route_table[j].ip, in test_lpm_rcu_qsbr_writer() 745 status += rte_lpm_delete(lpm, large_route_table[i].ip, in test_lpm_perf()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | version.map | 16 rte_lpm_delete;
|
| H A D | rte_lpm.h | 262 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth);
|
| H A D | rte_lpm.c | 1150 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth) in rte_lpm_delete() function
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.h | 246 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth,
|
| H A D | dpdk_lpm.c | 195 ret = rte_lpm_delete(dd->lpm, ip, plen, parent_plen, parent_nhop_idx); in handle_gu_change()
|
| H A D | rte_lpm.c | 1034 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_delete() function
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_lpm.c | 285 status = rte_lpm_delete(lpm->lpm, ip_prefix->ip, ip_prefix->depth); in rte_table_lpm_entry_delete()
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 995 rte_lpm_delete(lpm, rt[i + j].addr, in run_v4()
|