Home
last modified time | relevance | path

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

/dpdk/lib/acl/
H A Dacl_bld.c358 const struct rte_acl_bitset *b_bits, in acl_intersect_type() argument
371 intersect->bits[n] = a_bits->bits[n] & b_bits->bits[n]; in acl_intersect_type()
373 b_superset |= b_bits->bits[n] ^ intersect->bits[n]; in acl_intersect_type()
459 struct rte_acl_bitset *b_bits) in acl_copy_ptr() argument
464 if (b_bits != NULL) in acl_copy_ptr()
465 if (!acl_exclude(&bits, &src->ptrs[index].values, b_bits)) in acl_copy_ptr()