Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm.h38 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN()
92 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN_events()
152 qconf->ipv4_lookup_struct); in em_get_dst_port()
H A Dl3fwd_lpm.h31 qconf->ipv4_lookup_struct); in l3fwd_lpm_simple_forward()
H A Dl3fwd_em_sequential.h43 qconf->ipv4_lookup_struct); in em_get_dst_port()
H A Dl3fwd_lpm_sse.h66 rte_lpm_lookupx4(qconf->ipv4_lookup_struct, dip, dst.u32, in processx4_step2()
H A Dl3fwd.h76 void *ipv4_lookup_struct; member
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()
H A Dl3fwd_em.h27 qconf->ipv4_lookup_struct); in l3fwd_em_handle_ipv4()
H A Dl3fwd_lpm.c119 qconf->ipv4_lookup_struct); in lpm_get_dst_port()
146 return (uint16_t) ((rte_lpm_lookup(qconf->ipv4_lookup_struct, in lpm_get_dst_port_with_ipv4()
H A Dmain.c792 qconf->ipv4_lookup_struct = in init_mem()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c547 lookup_struct_t *ipv4_lookup_struct; member
1014 rte_hash_lookup_bulk(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, in simple_ipv4_fwd_8pkts()
1260 RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct); in l3fwd_simple_forward()
1364 RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, dst_ipv4, in get_dst_port()
1463 rte_lpm_lookupx4(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, dip, in processx4_step2()
3422 qconf->ipv4_lookup_struct = ipv4_l3fwd_lookup_struct[socketid]; in init_mem()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c363 lookup_struct_t * ipv4_lookup_struct; member
709 qconf->ipv4_lookup_struct); in l3fwd_simple_forward()
2124 qconf->ipv4_lookup_struct = ipv4_l3fwd_lookup_struct[socketid]; in init_mem()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst352 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);