summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/include/linux/netfilter/ipset/ip_set_ahash.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
index 28ee1c1..7bb4113 100644
--- a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
+++ b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
@@ -3,7 +3,6 @@
#include <linux/rcupdate.h>
#include <linux/netfilter/ipset/jhash.h>
-#include <linux/netfilter/ipset/slist.h>
#include <linux/netfilter/ipset/ip_set_timeout.h>
/* Hashing which uses arrays to resolve clashing. The hash table is resized
@@ -552,9 +551,9 @@ type_pf_list(struct ip_set *set,
printk("cb->args[2]: %lu, t %p n %p\n", cb->args[2], t, n);
for (i = 0; i < n->pos; i++) {
data = ahash_data(n, i);
- printk("list hash %lu slist %p i %u, data %p",
+ printk("list hash %lu hbucket %p i %u, data %p",
cb->args[2], n, i, data);
- pr_debug("list hash %lu slist %p i %u",
+ pr_debug("list hash %lu hbucket %p i %u",
cb->args[2], n, i);
nested = ipset_nest_start(skb, IPSET_ATTR_DATA);
if (!nested) {