Searched refs:ipv6_l3fwd_lookup_struct (Results 1 – 5 of 5) sorted by relevance
423 static lookup_struct_t *ipv6_l3fwd_lookup_struct[NB_SOCKETS]; variable543 static lookup6_struct_t *ipv6_l3fwd_lookup_struct[NB_SOCKETS]; variable824 lookup_struct_t *ipv6_l3fwd_lookup_struct) in get_ipv6_dst_port() argument866 lookup6_struct_t *ipv6_l3fwd_lookup_struct) in get_ipv6_dst_port() argument870 return ((rte_lpm6_lookup(ipv6_l3fwd_lookup_struct, in get_ipv6_dst_port()3262 ipv6_l3fwd_lookup_struct[socketid] = in setup_hash()3264 if (ipv6_l3fwd_lookup_struct[socketid] == NULL) in setup_hash()3279 ipv6_l3fwd_lookup_struct[socketid], hash_entry_number); in setup_hash()3291 ipv6_l3fwd_lookup_struct[socketid]); in setup_hash()3351 if (ipv6_l3fwd_lookup_struct[socketid] == NULL) in setup_lpm()[all …]
94 struct rte_lpm6 *ipv6_l3fwd_lookup_struct) in lpm_get_ipv6_dst_port() argument99 if (rte_lpm6_lookup(ipv6_l3fwd_lookup_struct, dst_ip, &next_hop) == 0) in lpm_get_ipv6_dst_port()
273 struct rte_hash *ipv6_l3fwd_lookup_struct = in em_get_ipv6_dst_port() local302 ret = rte_hash_lookup(ipv6_l3fwd_lookup_struct, (const void *)&key); in em_get_ipv6_dst_port()
324 static lookup_struct_t *ipv6_l3fwd_lookup_struct[NB_SOCKETS]; variable589 lookup_struct_t *ipv6_l3fwd_lookup_struct) in get_ipv6_dst_port() argument623 ret = rte_hash_lookup(ipv6_l3fwd_lookup_struct, (const void *)&key); in get_ipv6_dst_port()2002 ipv6_l3fwd_lookup_struct[socketid] = in setup_hash()2004 if (ipv6_l3fwd_lookup_struct[socketid] == NULL) in setup_hash()2024 ret = rte_hash_add_key (ipv6_l3fwd_lookup_struct[socketid], in setup_hash()2126 qconf->ipv6_lookup_struct = ipv6_l3fwd_lookup_struct[socketid]; in init_mem()
231 … populate_ipv6_many_flow_into_table( ipv6_l3fwd_lookup_struct[socketid], hash_entry_number);239 populate_ipv6_few_flow_into_table(ipv6_l3fwd_lookup_struct[socketid]);