mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
modules: remove XT_ALIGN(0) lines
This commit is contained in:
@@ -34,8 +34,6 @@ static struct xtables_target delude_tg_reg = {
|
|||||||
.name = "DELUDE",
|
.name = "DELUDE",
|
||||||
.revision = 0,
|
.revision = 0,
|
||||||
.family = AF_INET,
|
.family = AF_INET,
|
||||||
.size = XT_ALIGN(0),
|
|
||||||
.userspacesize = XT_ALIGN(0),
|
|
||||||
.help = delude_tg_help,
|
.help = delude_tg_help,
|
||||||
.parse = delude_tg_parse,
|
.parse = delude_tg_parse,
|
||||||
.final_check = delude_tg_check,
|
.final_check = delude_tg_check,
|
||||||
|
@@ -30,8 +30,6 @@ static struct xtables_target echo_tg_reg = {
|
|||||||
.version = XTABLES_VERSION,
|
.version = XTABLES_VERSION,
|
||||||
.name = "ECHO",
|
.name = "ECHO",
|
||||||
.family = AF_UNSPEC,
|
.family = AF_UNSPEC,
|
||||||
.size = XT_ALIGN(0),
|
|
||||||
.userspacesize = XT_ALIGN(0),
|
|
||||||
.help = echo_tg_help,
|
.help = echo_tg_help,
|
||||||
.parse = echo_tg_parse,
|
.parse = echo_tg_parse,
|
||||||
.final_check = echo_tg_check,
|
.final_check = echo_tg_check,
|
||||||
|
@@ -20,8 +20,6 @@ static struct xtables_target steal_tg_reg = {
|
|||||||
.version = XTABLES_VERSION,
|
.version = XTABLES_VERSION,
|
||||||
.name = "STEAL",
|
.name = "STEAL",
|
||||||
.family = AF_UNSPEC,
|
.family = AF_UNSPEC,
|
||||||
.size = XT_ALIGN(0),
|
|
||||||
.userspacesize = XT_ALIGN(0),
|
|
||||||
.help = steal_tg_help,
|
.help = steal_tg_help,
|
||||||
.parse = steal_tg_parse,
|
.parse = steal_tg_parse,
|
||||||
.final_check = steal_tg_check,
|
.final_check = steal_tg_check,
|
||||||
|
@@ -26,8 +26,6 @@ static struct xtables_target sysrq_tg_reg = {
|
|||||||
.name = "SYSRQ",
|
.name = "SYSRQ",
|
||||||
.revision = 1,
|
.revision = 1,
|
||||||
.family = PF_UNSPEC,
|
.family = PF_UNSPEC,
|
||||||
.size = XT_ALIGN(0),
|
|
||||||
.userspacesize = XT_ALIGN(0),
|
|
||||||
.help = sysrq_tg_help,
|
.help = sysrq_tg_help,
|
||||||
.parse = sysrq_tg_parse,
|
.parse = sysrq_tg_parse,
|
||||||
.final_check = sysrq_tg_check,
|
.final_check = sysrq_tg_check,
|
||||||
|
@@ -25,8 +25,6 @@ static struct xtables_target tarpit_tg_reg = {
|
|||||||
.version = XTABLES_VERSION,
|
.version = XTABLES_VERSION,
|
||||||
.name = "TARPIT",
|
.name = "TARPIT",
|
||||||
.family = AF_INET,
|
.family = AF_INET,
|
||||||
.size = XT_ALIGN(0),
|
|
||||||
.userspacesize = XT_ALIGN(0),
|
|
||||||
.help = tarpit_tg_help,
|
.help = tarpit_tg_help,
|
||||||
.parse = tarpit_tg_parse,
|
.parse = tarpit_tg_parse,
|
||||||
.final_check = tarpit_tg_check,
|
.final_check = tarpit_tg_check,
|
||||||
|
@@ -113,7 +113,6 @@ static struct xt_target echo_tg_reg __read_mostly = {
|
|||||||
.proto = IPPROTO_UDP,
|
.proto = IPPROTO_UDP,
|
||||||
.table = "filter",
|
.table = "filter",
|
||||||
.target = echo_tg4,
|
.target = echo_tg4,
|
||||||
.targetsize = XT_ALIGN(0),
|
|
||||||
.me = THIS_MODULE,
|
.me = THIS_MODULE,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user