summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2016-04-09 11:27:47 +0000
committerbz <bz@FreeBSD.org>2016-04-09 11:27:47 +0000
commitf32403211c57706f4430e9887c6638f50d30c867 (patch)
tree4436e876876b127881b0cefa9519b2a7a4044123 /sys/netinet/tcp_subr.c
parent60b0ddf59cc08c6d33cdca4e95c81ada8f1c637d (diff)
downloadFreeBSD-src-f32403211c57706f4430e9887c6638f50d30c867.zip
FreeBSD-src-f32403211c57706f4430e9887c6638f50d30c867.tar.gz
Mfp: r296260
The tcp_inpcb (pcbinfo) zone should be safe to destroy. PR: 164763 Reviewed by: gnn MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5732
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 417e0d8..56283db 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -654,8 +654,7 @@ tcp_init(void)
hashsize);
}
in_pcbinfo_init(&V_tcbinfo, "tcp", &V_tcb, hashsize, hashsize,
- "tcp_inpcb", tcp_inpcb_init, NULL, UMA_ZONE_NOFREE,
- IPI_HASHFIELDS_4TUPLE);
+ "tcp_inpcb", tcp_inpcb_init, NULL, 0, IPI_HASHFIELDS_4TUPLE);
/*
* These have to be type stable for the benefit of the timers.
OpenPOWER on IntegriCloud