static
struct ip6tables_target trace
-= { .next = NULL,
+= {
.name = "TRACE",
.version = IPTABLES_VERSION,
.size = IP6T_ALIGN(0),
}
static struct ip6tables_match state = {
- .next = NULL,
.name = "state",
.version = IPTABLES_VERSION,
.size = IP6T_ALIGN(sizeof(struct ipt_state_info)),
}
static struct iptables_target classify = {
- .next = NULL,
.name = "CLASSIFY",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_classify_target_info)),
}
static struct iptables_target clusterip = {
- .next = NULL,
.name = "CLUSTERIP",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_clusterip_tgt_info)),
}
static struct iptables_target connsecmark = {
- .next = NULL,
.name = "CONNSECMARK",
.version = IPTABLES_VERSION,
.revision = 0,
}
static struct iptables_target dnat = {
- .next = NULL,
.name = "DNAT",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ip_nat_multi_range)),
}
static struct iptables_target dscp = {
- .next = NULL,
.name = "DSCP",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_DSCP_info)),
static
struct iptables_target ecn = {
- .next = NULL,
.name = "ECN",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_ECN_info)),
static
struct iptables_target mark_v0 = {
- .next = NULL,
.name = "MARK",
.version = IPTABLES_VERSION,
.revision = 0,
static
struct iptables_target mark_v1 = {
- .next = NULL,
.name = "MARK",
.version = IPTABLES_VERSION,
.revision = 1,
}
static struct iptables_target mirror = {
- .next = NULL,
.name = "MIRROR",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(0),
}
static struct iptables_target target_module = {
- .next = NULL,
.name = MODULENAME,
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ip_nat_multi_range)),
}
static struct iptables_target redir = {
- .next = NULL,
.name = "REDIRECT",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ip_nat_multi_range)),
}
static struct iptables_target reject = {
- .next = NULL,
.name = "REJECT",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_reject_info)),
}
static struct iptables_target same = {
- .next = NULL,
.name = "SAME",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_same_info)),
}
static struct iptables_target snat = {
- .next = NULL,
.name = "SNAT",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ip_nat_multi_range)),
}
static struct iptables_target tos = {
- .next = NULL,
.name = "TOS",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_tos_target_info)),
static
struct iptables_target trace
-= { .next = NULL,
+= {
.name = "TRACE",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(0),
}
static struct iptables_target ulog = {
- .next = NULL,
.name = "ULOG",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_ulog_info)),
static
struct iptables_match addrtype = {
- .next = NULL,
.name = "addrtype",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_addrtype_info)),
}
static struct iptables_match ah = {
- .next = NULL,
.name = "ah",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_ah)),
}
static struct iptables_match state = {
- .next = NULL,
.name = "connbytes",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_connbytes_info)),
}
static struct iptables_match state = {
- .next = NULL,
.name = "connrate",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_connrate_info)),
}
static struct iptables_match conntrack = {
- .next = NULL,
.name = "conntrack",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_conntrack_info)),
}
static struct iptables_match helper = {
- .next = NULL,
.name = "helper",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_helper_info)),
}
static struct iptables_match icmp = {
- .next = NULL,
.name = "icmp",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_icmp)),
}
static struct iptables_match iprange = {
- .next = NULL,
.name = "iprange",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_iprange_info)),
}
static struct iptables_match owner = {
- .next = NULL,
.name = "owner",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_owner_info)),
/* Structure for iptables to use to communicate with module */
static struct iptables_match recent = {
- .next = NULL,
.name = "recent",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_recent_info)),
}
static struct iptables_match state = {
- .next = NULL,
.name = "state",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_state_info)),
}
static struct iptables_match tos = {
- .next = NULL,
.name = "tos",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_tos_info)),
};
static struct iptables_match ttl = {
- .next = NULL,
.name = "ttl",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_ttl_info)),
static
struct iptables_match unclean = {
- .next = NULL,
.name = "unclean",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(0),
}
static struct xtables_target nfqueue = {
- .next = NULL,
.family = AF_INET,
.name = "NFQUEUE",
.version = IPTABLES_VERSION,
};
static struct xtables_target nfqueue6 = {
- .next = NULL,
.family = AF_INET6,
.name = "NFQUEUE",
.version = IPTABLES_VERSION,
}
static struct xtables_target secmark = {
- .next = NULL,
.family = AF_INET,
.name = "SECMARK",
.version = IPTABLES_VERSION,
};
static struct xtables_target secmark6 = {
- .next = NULL,
.family = AF_INET6,
.name = "SECMARK",
.version = IPTABLES_VERSION,
}
static struct xtables_target mss = {
- .next = NULL,
.family = AF_INET,
.name = "TCPMSS",
.version = IPTABLES_VERSION,
};
static struct xtables_target mss6 = {
- .next = NULL,
.family = AF_INET6,
.name = "TCPMSS",
.version = IPTABLES_VERSION,
}
static struct xtables_match comment = {
- .next = NULL,
.family = AF_INET,
.name = "comment",
.version = IPTABLES_VERSION,
};
static struct xtables_match comment6 = {
- .next = NULL,
.family = AF_INET6,
.name = "comment",
.version = IPTABLES_VERSION,
}
static struct xtables_match dscp = {
- .next = NULL,
.family = AF_INET,
.name = "dscp",
.version = IPTABLES_VERSION,
};
static struct xtables_match dscp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "dscp",
.version = IPTABLES_VERSION,
}
static struct xtables_match esp = {
- .next = NULL,
.family = AF_INET,
.name = "esp",
.version = IPTABLES_VERSION,
};
static struct xtables_match esp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "esp",
.version = IPTABLES_VERSION,
}
static struct xtables_match length = {
- .next = NULL,
.family = AF_INET,
.name = "length",
.version = IPTABLES_VERSION,
};
static struct xtables_match length6 = {
- .next = NULL,
.family = AF_INET6,
.name = "length",
.version = IPTABLES_VERSION,
}
static struct xtables_match limit = {
- .next = NULL,
.family = AF_INET,
.name = "limit",
.version = IPTABLES_VERSION,
};
static struct xtables_match limit6 = {
- .next = NULL,
.family = AF_INET6,
.name = "limit",
.version = IPTABLES_VERSION,
}
static struct xtables_match mac = {
- .next = NULL,
.family = AF_INET,
.name = "mac",
.version = IPTABLES_VERSION,
};
static struct xtables_match mac6 = {
- .next = NULL,
.family = AF_INET6,
.name = "mac",
.version = IPTABLES_VERSION,
}
static struct xtables_match mark = {
- .next = NULL,
.family = AF_INET,
.name = "mark",
.version = IPTABLES_VERSION,
};
static struct xtables_match mark6 = {
- .next = NULL,
.family = AF_INET6,
.name = "mark",
.version = IPTABLES_VERSION,
}
static struct xtables_match multiport = {
- .next = NULL,
.family = AF_INET,
.name = "multiport",
.revision = 0,
};
static struct xtables_match multiport6 = {
- .next = NULL,
.family = AF_INET6,
.name = "multiport",
.revision = 0,
};
static struct xtables_match multiport_v1 = {
- .next = NULL,
.family = AF_INET,
.name = "multiport",
.version = IPTABLES_VERSION,
};
static struct xtables_match multiport6_v1 = {
- .next = NULL,
.family = AF_INET6,
.name = "multiport",
.version = IPTABLES_VERSION,
}
static struct xtables_match physdev = {
- .next = NULL,
.family = AF_INET,
.name = "physdev",
.version = IPTABLES_VERSION,
};
static struct xtables_match physdev6 = {
- .next = NULL,
.family = AF_INET6,
.name = "physdev",
.version = IPTABLES_VERSION,
}
static struct xtables_match pkttype = {
- .next = NULL,
.family = AF_INET,
.name = "pkttype",
.version = IPTABLES_VERSION,
};
static struct xtables_match pkttype6 = {
- .next = NULL,
.family = AF_INET6,
.name = "pkttype",
.version = IPTABLES_VERSION,
}
struct xtables_match quota = {
- .next = NULL,
.family = AF_INET,
.name = "quota",
.version = IPTABLES_VERSION,
};
struct xtables_match quota6 = {
- .next = NULL,
.family = AF_INET6,
.name = "quota",
.version = IPTABLES_VERSION,
static
struct xtables_target standard = {
- .next = NULL,
.family = AF_INET,
.name = "standard",
.version = IPTABLES_VERSION,
static
struct xtables_target standard6 = {
- .next = NULL,
.family = AF_INET6,
.name = "standard",
.version = IPTABLES_VERSION,
}
static struct xtables_match tcp = {
- .next = NULL,
.family = AF_INET,
.name = "tcp",
.version = IPTABLES_VERSION,
};
static struct xtables_match tcp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "tcp",
.version = IPTABLES_VERSION,
}
static struct xtables_match tcpmss = {
- .next = NULL,
.family = AF_INET,
.name = "tcpmss",
.version = IPTABLES_VERSION,
};
static struct xtables_match tcpmss6 = {
- .next = NULL,
.family = AF_INET6,
.name = "tcpmss",
.version = IPTABLES_VERSION,
static
struct xtables_match udp = {
- .next = NULL,
.family = AF_INET,
.name = "udp",
.version = IPTABLES_VERSION,
static
struct xtables_match udp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "udp",
.version = IPTABLES_VERSION,