Home
last modified time | relevance | path

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

/dpdk/lib/acl/
H A Dacl_gen.c68 RTE_ACL_VERIFY(node->dfa_gr64[i] < node->fanout); in acl_dfa_gen_idx()
201 if (node->fanout != 0) in acl_count_fanout()
202 return node->fanout; in acl_count_fanout()
212 node->fanout = ranges; in acl_count_fanout()
213 return node->fanout; in acl_count_fanout()
249 counts->quad_vectors += node->fanout; in acl_count_trie_types()
258 node->fanout = n; in acl_count_trie_types()
261 node->fanout = acl_dfa_count_gr64(dfa, node->dfa_gr64); in acl_count_trie_types()
263 counts->dfa_gr64 += node->fanout; in acl_count_trie_types()
347 sz = node->fanout * RTE_ACL_DFA_GR64_SIZE; in acl_gen_node()
[all …]
H A Dacl.h119 int32_t fanout; member