cvs commit: src/sys/net if_stf.c
Robert Watson
rwatson at FreeBSD.org
Tue Mar 9 12:29:20 PST 2004
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
More information about the cvs-src
mailing list