]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netfilter_ipv6/ip6_tables.h
netfilter: xtables: generate initial table on-demand
[net-next-2.6.git] / include / linux / netfilter_ipv6 / ip6_tables.h
index b31050d20ae45316104b6eed9cade06bcb2db897..8031eb486a10a09f350dbba79f2d4b36046e7083 100644 (file)
@@ -297,10 +297,11 @@ ip6t_get_target(struct ip6t_entry *e)
 #include <linux/init.h>
 extern void ip6t_init(void) __init;
 
+extern void *ip6t_alloc_initial_table(const struct xt_table *);
 extern struct xt_table *ip6t_register_table(struct net *net,
                                            const struct xt_table *table,
                                            const struct ip6t_replace *repl);
-extern void ip6t_unregister_table(struct xt_table *table);
+extern void ip6t_unregister_table(struct net *net, struct xt_table *table);
 extern unsigned int ip6t_do_table(struct sk_buff *skb,
                                  unsigned int hook,
                                  const struct net_device *in,