module_flags
uint8_t module_flags;
uint32_t module_flags; /* flags, reserved for future use */
char *module_flags(struct module *mod, char *buf, bool show_state);
pr_cont(" %s%s", mod->name, module_flags(mod, buf, true));
strscpy(last_unloaded_module.taints, module_flags(mod, buf, false));
seq_printf(m, " %s", module_flags(mod, buf, true));