kernel modules are represented by the data structure(struct module) as defined in ~include/linux/module.h, and they seem to be connected by a doubly circular link list. Now suppose I want to access all the elements in this linked list of kernel modules(modules that show up in /proc/modules), then how should i go about doing this ? Regards, amit _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies