···3838MODULE_LICENSE("GPL");3939MODULE_VERSION("1.1");40404141-static int port __read_mostly = 0;4141+static int port __read_mostly;4242MODULE_PARM_DESC(port, "Port to match (0=all)");4343module_param(port, int, 0);4444···4646MODULE_PARM_DESC(bufsize, "Log buffer size in packets (4096)");4747module_param(bufsize, uint, 0);48484949-static unsigned int fwmark __read_mostly = 0;4949+static unsigned int fwmark __read_mostly;5050MODULE_PARM_DESC(fwmark, "skb mark to match (0=no mark)");5151module_param(fwmark, uint, 0);5252