Lines Matching refs:spot
631 int spot = -1; in calipso_map_cat_hton() local
636 spot = netlbl_catmap_walk(secattr->attr.mls.cat, in calipso_map_cat_hton()
637 spot + 1); in calipso_map_cat_hton()
638 if (spot < 0) in calipso_map_cat_hton()
640 if (spot >= net_clen_bits) in calipso_map_cat_hton()
642 netlbl_bitmap_setbit(net_cat, spot, 1); in calipso_map_cat_hton()
644 if (spot > net_spot_max) in calipso_map_cat_hton()
645 net_spot_max = spot; in calipso_map_cat_hton()
670 int spot = -1; in calipso_map_cat_ntoh() local
674 spot = netlbl_bitmap_walk(net_cat, in calipso_map_cat_ntoh()
676 spot + 1, in calipso_map_cat_ntoh()
678 if (spot < 0) { in calipso_map_cat_ntoh()
679 if (spot == -2) in calipso_map_cat_ntoh()
685 spot, in calipso_map_cat_ntoh()