Lines Matching refs:ipv4_l3fwd_lookup_struct
422 static lookup_struct_t *ipv4_l3fwd_lookup_struct[NB_SOCKETS]; variable
542 static lookup_struct_t *ipv4_l3fwd_lookup_struct[NB_SOCKETS]; variable
806 lookup_struct_t *ipv4_l3fwd_lookup_struct) in get_ipv4_dst_port() argument
818 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key); in get_ipv4_dst_port()
855 lookup_struct_t *ipv4_l3fwd_lookup_struct) in get_ipv4_dst_port() argument
859 return ((rte_lpm_lookup(ipv4_l3fwd_lookup_struct, in get_ipv4_dst_port()
3252 ipv4_l3fwd_lookup_struct[socketid] = in setup_hash()
3254 if (ipv4_l3fwd_lookup_struct[socketid] == NULL) in setup_hash()
3275 ipv4_l3fwd_lookup_struct[socketid], hash_entry_number); in setup_hash()
3287 ipv4_l3fwd_lookup_struct[socketid]); in setup_hash()
3312 ipv4_l3fwd_lookup_struct[socketid] = in setup_lpm()
3314 if (ipv4_l3fwd_lookup_struct[socketid] == NULL) in setup_lpm()
3326 ret = rte_lpm_add(ipv4_l3fwd_lookup_struct[socketid], in setup_lpm()
3422 qconf->ipv4_lookup_struct = ipv4_l3fwd_lookup_struct[socketid]; in init_mem()