Searched refs:ipv4_lookup_struct (Results 1 – 13 of 13) sorted by relevance
| /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_fib.c | 144 rte_fib_lookup_bulk(qconf->ipv4_lookup_struct, in fib_send_packets() 336 rte_fib_lookup_bulk(lconf->ipv4_lookup_struct, in fib_event_loop() 459 rte_fib_lookup_bulk(lconf->ipv4_lookup_struct, ipv4_arr, hopsv4, in fib_process_event_vector()
|
| 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_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.h | 83 void *ipv4_lookup_struct; member
|
| H A D | l3fwd_em.h | 27 qconf->ipv4_lookup_struct); in l3fwd_em_handle_ipv4()
|
| H A D | l3fwd_lpm.c | 88 qconf->ipv4_lookup_struct); in lpm_get_dst_port() 115 return (uint16_t) ((rte_lpm_lookup(qconf->ipv4_lookup_struct, in lpm_get_dst_port_with_ipv4()
|
| H A D | main.c | 1022 qconf->ipv4_lookup_struct = in init_mem()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 368 lookup_struct_t * ipv4_lookup_struct; member 722 qconf->ipv4_lookup_struct); in l3fwd_simple_forward() 2162 qconf->ipv4_lookup_struct = ipv4_l3fwd_lookup_struct[socketid]; in init_mem()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward.rst | 378 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);
|