Lines Matching refs:spot
613 int spot = -1; in calipso_map_cat_hton() local
618 spot = netlbl_catmap_walk(secattr->attr.mls.cat, in calipso_map_cat_hton()
619 spot + 1); in calipso_map_cat_hton()
620 if (spot < 0) in calipso_map_cat_hton()
622 if (spot >= net_clen_bits) in calipso_map_cat_hton()
624 netlbl_bitmap_setbit(net_cat, spot, 1); in calipso_map_cat_hton()
626 if (spot > net_spot_max) in calipso_map_cat_hton()
627 net_spot_max = spot; in calipso_map_cat_hton()
652 int spot = -1; in calipso_map_cat_ntoh() local
656 spot = netlbl_bitmap_walk(net_cat, in calipso_map_cat_ntoh()
658 spot + 1, in calipso_map_cat_ntoh()
660 if (spot < 0) { in calipso_map_cat_ntoh()
661 if (spot == -2) in calipso_map_cat_ntoh()
667 spot, in calipso_map_cat_ntoh()