]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Defer inpcb deletion until after a grace period has elapsed
authormmacy <mmacy@FreeBSD.org>
Tue, 12 Jun 2018 22:18:15 +0000 (22:18 +0000)
committermmacy <mmacy@FreeBSD.org>
Tue, 12 Jun 2018 22:18:15 +0000 (22:18 +0000)
commitf2fc01c6c797b053d42a3873c287c76b3b233cbe
treeb3408c2aa53de4b5457c1c5dc78b8ab626d44563
parentfb8ca856fb68faaad5158cd962e12215948b6de4
Defer inpcb deletion until after a grace period has elapsed

Deferring the actual free of the inpcb until after a grace
period has elapsed will allow us to convert the inpcbinfo
info and hash read locks to epoch.

Reviewed by: gallatin, jtl
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D15510
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h