Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_acl/
H A Dacl_bld.c37 ACL_INTERSECT_B = 2, /* set B is a superset of A and B intersect */ enumerator
378 (b_superset == 0 ? 0 : ACL_INTERSECT_B) | in acl_intersect_type()
724 if ((node_intersect_type & ACL_INTERSECT_B) != 0) { in acl_merge_trie()