Home
last modified time | relevance | path

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

/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_fib.c144 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 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_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.h83 void *ipv4_lookup_struct; member
H A Dl3fwd_em.h27 qconf->ipv4_lookup_struct); in l3fwd_em_handle_ipv4()
H A Dl3fwd_lpm.c88 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 Dmain.c1022 qconf->ipv4_lookup_struct = in init_mem()
/dpdk/examples/l3fwd-power/
H A Dmain.c368 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 Dl3_forward.rst378 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);