Searched refs:index_mask (Results 1 – 3 of 3) sorted by relevance
97 __u32 index_mask; member
443 if ((xpinfo->index^filter.xpinfo.index)&filter.index_mask) in xfrm_policy_filter_match()790 filter.index_mask = XFRM_FILTER_MASK_FULL; in xfrm_policy_list_or_deleteall()
2929 MarkBit::CellType index_mask = 1u << Bitmap::IndexInCell(mark_bit_index); in IsSlotInBlackObject() local2938 if (index_mask > 1) { in IsSlotInBlackObject()2939 if ((cells[cell_index] & index_mask) != 0 && in IsSlotInBlackObject()2940 (cells[cell_index] & (index_mask >> 1)) == 0) { in IsSlotInBlackObject()2946 if ((cells[cell_index] & index_mask) != 0 && in IsSlotInBlackObject()2956 base::bits::CountTrailingZeros32(cells[cell_index] | index_mask))) { in IsSlotInBlackObject()2975 slot_mask = index_mask + (index_mask - 1); in IsSlotInBlackObject()