Date: Sat, 27 Mar 2010 17:34:57 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in_proto.c ip_input.c ip_var.h Message-ID: <201003271746.o2RHkgxE070586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-03-27 17:34:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in_proto.c ip_input.c ip_var.h Log: SVN rev 205754 on 2010-03-27 17:34:57Z by bz MFC r204140: Split up ip_drain() into an outer lock and iterator part and a "locked" version that will only handle a single network stack instance. The latter is called directly from ip_destroy(). Hook up an ip_destroy() function to release resources from the legacy IP network layer upon virtual network stack teardown. Reviewed by: rwatson Revision Changes Path 1.99.2.3 +3 -0 src/sys/netinet/in_proto.c 1.375.2.6 +34 -8 src/sys/netinet/ip_input.c 1.115.2.4 +3 -0 src/sys/netinet/ip_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003271746.o2RHkgxE070586>