Searched refs:rte_lpm6_lookup_bulk_func (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | version.map | 13 rte_lpm6_lookup_bulk_func;
|
| H A D | rte_lpm6.h | 193 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm,
|
| H A D | rte_lpm6.c | 978 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm, in rte_lpm6_lookup_bulk_func() function
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.h | 201 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm,
|
| H A D | rte_lpm6.c | 986 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm, in rte_lpm6_lookup_bulk_func() function
|
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 375 status = rte_lpm6_lookup_bulk_func(NULL, ip, next_hop_return, 10); in test7() 383 status = rte_lpm6_lookup_bulk_func(lpm, NULL, next_hop_return, 10); in test7() 387 status = rte_lpm6_lookup_bulk_func(lpm, ip, NULL, 10); in test7() 1342 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test21() 1415 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1426 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1437 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1450 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1461 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()
|
| H A D | test_lpm6_perf.c | 131 rte_lpm6_lookup_bulk_func(lpm, ip_batch, next_hops, NUM_IPS_ENTRIES); in test_lpm6_perf()
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 1149 ret = rte_lpm6_lookup_bulk_func(lpm, in run_v6() 1164 rte_lpm6_lookup_bulk_func(lpm, in run_v6()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 1005 rte_lpm6_lookup_bulk_func((struct rte_lpm6 *)rt_ctx, dst_ip, hop, in route6_pkts()
|