Searched refs:ipv4_lookup_struct (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em_hlm.h | 38 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 D | l3fwd_lpm.h | 31 qconf->ipv4_lookup_struct); in l3fwd_lpm_simple_forward()
|
| H A D | l3fwd_em_sequential.h | 43 qconf->ipv4_lookup_struct); in em_get_dst_port()
|
| 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.h | 76 void *ipv4_lookup_struct; member
|
| 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()
|
| H A D | l3fwd_em.h | 27 qconf->ipv4_lookup_struct); in l3fwd_em_handle_ipv4()
|
| H A D | l3fwd_lpm.c | 119 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 D | main.c | 792 qconf->ipv4_lookup_struct = in init_mem()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 547 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 D | main.c | 363 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 D | l3_forward.rst | 352 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);
|