kernel module 发表于 2020-05-28 更新于 2020-05-29 本文字数: 165 阅读时长 ≈ 1 分钟 1234 char *ethname = NULL;module_param(ethname, charp, S_IRUGO);static bool checksum = true;module_param(checksum, bool, S_IRUGO | S_IWUSR); /sys/module目录下,可以找到内核模块