Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 12:29:20 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_stf.c
Message-ID:  <200403092029.i29KTKKq001685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004/03/09 12:29:20 PST

  FreeBSD src repository

  Modified files:
    sys/net              if_stf.c 
  Log:
  Introduce stf_mtx to protect global softc list in if_stf.  Add
  stf_destroy() to handle the common softc destruction path for the
  two destruction sources: interface cloning destroy, and module
  unload.
  
  NOTE: sc_ro, the cached route for stf conversion, is not synchronized
  against concurrent access in this change, that will follow in a future
  change.
  
  Reviewed by:    pjd
  
  Revision  Changes    Path
  1.37      +39 -8     src/sys/net/if_stf.c



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