Date: Fri, 14 Nov 2003 13:48:57 -0800 (PST) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_rmx.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c ip_var.h Message-ID: <200311142148.hAELmvPV076289@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2003/11/14 13:48:57 PST FreeBSD src repository Modified files: sys/netinet in_rmx.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c ip_var.h Log: Remove the global one-level rtcache variable and associated complex locking and rework ip_rtaddr() to do its own rtlookup. Adopt all its callers to this and make ip_output() callable with NULL rt pointer. Reviewed by: sam (mentor) Revision Changes Path 1.49 +0 -7 src/sys/netinet/in_rmx.c 1.44 +1 -6 src/sys/netinet/ip_fw2.c 1.83 +5 -11 src/sys/netinet/ip_icmp.c 1.254 +88 -199 src/sys/netinet/ip_input.c 1.201 +8 -17 src/sys/netinet/ip_output.c 1.80 +1 -2 src/sys/netinet/ip_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142148.hAELmvPV076289>