Searched refs:rte_lpm_lookupx4 (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm_sse.h | 18 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
|
| H A D | rte_lpm_neon.h | 19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
|
| H A D | rte_lpm_altivec.h | 19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
|
| H A D | rte_lpm.h | 401 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4],
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_sse.h | 66 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, dip, dst.u32, in processx4_step2()
|
| H A D | l3fwd_lpm_altivec.h | 76 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, (xmm_t)dip, in processx4_step2()
|
| H A D | l3fwd_lpm_neon.h | 66 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, dip, dst.u32, in processx4_step2()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.h | 387 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4],
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | ip4_lookup_sse.h | 116 rte_lpm_lookupx4(lpm, dip, dst.u32, drop_nh); in ip4_lookup_node_process_vec()
|
| H A D | ip4_lookup_neon.h | 114 rte_lpm_lookupx4(lpm, dip, result.u32, drop_nh); in ip4_lookup_node_process_vec()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 338 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test7() 400 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8() 427 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8() 911 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test12()
|
| H A D | test_lpm_perf.c | 727 rte_lpm_lookupx4(lpm, ipx4, next_hops, UINT32_MAX); in test_lpm_perf()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 1463 rte_lpm_lookupx4(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, dip, in processx4_step2()
|