Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx512.c13 uint32_t root_index; /* current root index */ member
29 flow->root_index = ctx->trie[trie].root_index; in acl_set_flow_avx512()
H A Dacl.h157 uint32_t root_index; member
H A Dacl_run.h150 ctx->trie[flows->trie].root_index]; in acl_start_next_trie()
H A Dacl_gen.c514 trie[n].root_index = 0; in rte_acl_gen()
516 trie[n].root_index = node_bld_trie[n].trie->node_index; in rte_acl_gen()
H A Dacl_run_avx512_common.h114 root = _M_I_(set1_epi32)(flow->root_index); in _F_()