HomeFreeBSD

inpcb: defer destruction of inpcb until after a grace period has elapsed

Description

inpcb: defer destruction of inpcb until after a grace period has elapsed

in_pcbfree will remove the incpb from the list and release the rtentry
while the vnet is set, but the actual destruction will be deferred
until any threads in a (not yet used) epoch section, no longer potentially
have references.

Details

Provenance
mmacyAuthored on
Parents
rS333914: AF_UNIX: make unpcb lock name line up with what's in witness
Branches
Unknown
Tags
Unknown