summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2016-05-20 04:45:08 +0000
committermarkj <markj@FreeBSD.org>2016-05-20 04:45:08 +0000
commita09fd6097b5d99712404c298ff992620c28d9768 (patch)
tree9a02f22f947e95a024b9afcac2c5abf46e9b37aa /sys/kern
parent46a0e0d4d5e3f2536d4232ca026a4e48f64b26b9 (diff)
downloadFreeBSD-src-a09fd6097b5d99712404c298ff992620c28d9768.zip
FreeBSD-src-a09fd6097b5d99712404c298ff992620c28d9768.tar.gz
Move IPv6 malloc tag definitions into the IPv6 code.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_malloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index e7c81d6..e6bc60c 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -110,9 +110,6 @@ MALLOC_DEFINE(M_CACHE, "cache", "Various Dynamically allocated caches");
MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
-MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
-MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
-
static struct malloc_type *kmemstatistics;
static int kmemcount;
OpenPOWER on IntegriCloud