Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 17:26:31 +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:  <201003271746.o2RHkHBI070497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-03-27 17:26:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_hostcache.c 
  Log:
  SVN rev 205750 on 2010-03-27 17:26:31Z by bz
  
  MFC r203724:
  
    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().
  
    Reviewed by:  silby, lstewart
  
  Revision  Changes    Path
  1.35.2.2  +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?201003271746.o2RHkHBI070497>