Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/02/2004 02:28:28
Module Name:	src
Committed By:	thorpej
Date:		Tue Mar  2 02:28:28 UTC 2004

Modified Files:
	src/sys/netinet: ip_output.c
	src/sys/netinet6: ip6_output.c

Log Message:
Use the new IPSEC_PCB_SKIP_IPSEC() to bypass a socket policy lookup
when possible.  This shaves several cycles from the output path for
non-IPsec connections, even if the policy is cached in the PCB.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/netinet/ip_output.c
cvs rdiff -r1.80 -r1.81 src/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.