Lines Matching defs:bitmap
595 /* Check the VLAN filter bitmap for a set filter, and construct a
603 void *bitmap;
608 bitmap = &ncf->bitmap;
611 index = find_next_bit(bitmap, ncf->n_vids, 0);
618 clear_bit(index, bitmap);
640 void *bitmap;
647 bitmap = &ncf->bitmap;
670 index = find_next_zero_bit(bitmap, ncf->n_vids, 0);
680 set_bit(index, bitmap);