Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index