Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_gen.c124 dfa[n] = no_match; in acl_node_fill_dfa()
272 no_match, 0); in acl_count_trie_types()
350 array_ptr[n] = no_match; in acl_gen_node()
357 array_ptr[0] = no_match; in acl_gen_node()
389 no_match, in acl_gen_node()
421 uint64_t no_match) in acl_calc_counts_indices() argument
431 no_match, 1); in acl_calc_counts_indices()
454 uint64_t *node_array, no_match; in rte_acl_gen() local
460 no_match = RTE_ACL_NODE_MATCH; in rte_acl_gen()
502 node_array[n] = no_match; in rte_acl_gen()
[all …]
H A Dacl.h180 uint64_t no_match; member