Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/acl/
H A Dacl_gen.c29 int32_t match_index; member
373 memcpy(match + index->match_index, node->mrt, in acl_gen_node()
375 node->node_index = index->match_index | node->node_type; in acl_gen_node()
376 index->match_index += 1; in acl_gen_node()
441 indices->match_index = 1; in acl_calc_counts_indices()
455 uint32_t n, match_index; in rte_acl_gen() local
490 match_index = indices.match_start; in rte_acl_gen()
505 match = ((struct rte_acl_match_results *)(node_array + match_index)); in rte_acl_gen()
524 ctx->match_index = match_index; in rte_acl_gen()
H A Dacl.h117 int32_t match_index; /* index to match data */ member
179 uint32_t match_index; member
H A Dacl_run_avx512x8.h227 (ctx->trans_table + ctx->match_index); in search_avx512x8x2()
H A Dacl_run.h210 (flows->trans + ctx->match_index); in acl_match_check()
H A Dacl_run_avx512x16.h310 (ctx->trans_table + ctx->match_index); in search_avx512x16x2()