Searched refs:rte_lpm6_delete (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 299 status = rte_lpm6_delete(NULL, ip, depth); in test5() 307 status = rte_lpm6_delete(lpm, ip, 0); in test5() 465 status = rte_lpm6_delete(lpm, ip, depth); in test9() 512 status = rte_lpm6_delete(lpm, ip, depth); in test10() 554 status = rte_lpm6_delete(lpm, ip, depth); in test11() 561 status = rte_lpm6_delete(lpm, ip, depth); in test11() 568 status = rte_lpm6_delete(lpm, ip, depth); in test11() 658 status = rte_lpm6_delete(lpm, ip, depth); in test13() 707 status = rte_lpm6_delete(lpm, ip, depth); in test14() 746 status = rte_lpm6_delete(lpm, ip, depth); in test15() [all …]
|
| H A D | test_lpm6_perf.c | 148 status += rte_lpm6_delete(lpm, large_route_table[i].ip, in test_lpm6_perf()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | version.map | 6 rte_lpm6_delete;
|
| H A D | rte_lpm6.h | 132 rte_lpm6_delete(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth);
|
| H A D | rte_lpm6.c | 1294 rte_lpm6_delete(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth) in rte_lpm6_delete() function
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.h | 139 rte_lpm6_delete(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
|
| H A D | dpdk_lpm6.c | 231 ret = rte_lpm6_delete(dd->lpm6, (const uint8_t *)addr6, plen, lsp_rule); in handle_gu_change()
|
| H A D | rte_lpm6.c | 1318 rte_lpm6_delete(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth, in rte_lpm6_delete() function
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_lpm_ipv6.c | 286 status = rte_lpm6_delete(lpm->lpm, ip_prefix->ip, ip_prefix->depth); in rte_table_lpm_ipv6_entry_delete()
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 1193 rte_lpm6_delete(lpm, rt[i + j].addr, in run_v6()
|