[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure names

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jan Engelhardt
2007-02-07 15:12:33 -08:00
committed by David S. Miller
parent 6709dbbb19
commit e60a13e030
11 changed files with 24 additions and 27 deletions

View File

@ -92,7 +92,7 @@ static struct
}
};
static struct ip6t_table packet_filter = {
static struct xt_table packet_filter = {
.name = "filter",
.valid_hooks = FILTER_VALID_HOOKS,
.lock = RW_LOCK_UNLOCKED,

View File

@ -122,7 +122,7 @@ static struct
}
};
static struct ip6t_table packet_mangler = {
static struct xt_table packet_mangler = {
.name = "mangle",
.valid_hooks = MANGLE_VALID_HOOKS,
.lock = RW_LOCK_UNLOCKED,