Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 21:31:53 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_hostcache.c
Message-ID:  <201002092132.o19LW3Zd080851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-02-09 21:31:53 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_hostcache.c 
  Log:
  SVN rev 203724 on 2010-02-09 21:31:53Z by bz
  
  Properly free resources when destroying the TCP hostcache while
  tearing down a network stack (in the VIMAGE jail+vnet case).
  
  For that break out the logic from tcp_hc_purge() into an internal
  function we can call from both, the sysctl handler and the
  tcp_hc_destroy().
  
  Sponsored by:   ISPsystem
  Reviewed by:    silby, lstewart
  MFC After:      8 days
  
  Revision  Changes    Path
  1.36      +32 -12    src/sys/netinet/tcp_hostcache.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002092132.o19LW3Zd080851>