Home
last modified time | relevance | path

Searched refs:rte_lpm_lookupx4 (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm_sse.h18 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
H A Drte_lpm_neon.h19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
H A Drte_lpm_altivec.h19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4() function
H A Drte_lpm.h401 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4],
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm_sse.h66 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, dip, dst.u32, in processx4_step2()
H A Dl3fwd_lpm_altivec.h76 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, (xmm_t)dip, in processx4_step2()
H A Dl3fwd_lpm_neon.h66 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, dip, dst.u32, in processx4_step2()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h387 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4],
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup_sse.h116 rte_lpm_lookupx4(lpm, dip, dst.u32, drop_nh); in ip4_lookup_node_process_vec()
H A Dip4_lookup_neon.h114 rte_lpm_lookupx4(lpm, dip, result.u32, drop_nh); in ip4_lookup_node_process_vec()
/f-stack/dpdk/app/test/
H A Dtest_lpm.c338 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 Dtest_lpm_perf.c727 rte_lpm_lookupx4(lpm, ipx4, next_hops, UINT32_MAX); in test_lpm_perf()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1463 rte_lpm_lookupx4(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, dip, in processx4_step2()