Date: Thu, 21 May 2009 09:45:47 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200905210946.n4L9k3Tk040533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-05-21 09:45:47 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: SVN rev 192528 on 2009-05-21 09:45:47Z by rwatson Consolidate and clean up the first section of ip_output.c in light of the last year or two's work on routing: - Combine iproute initialization and flowtable lookup blocks, eliminating unnecessary tests for known-zero'd iproute fields. - Add a comment indicating (a) why the route entry returned by the flowtable is considered stable and (b) that the flowtable lookup must occur after the setup of the mbuf flow ID. - Assert the inpcb lock before any use of inpcb fields. Reviewed by: kmacy Revision Changes Path 1.306 +12 -7 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905210946.n4L9k3Tk040533>