Subject: Re: IPsec policy cache hint
To: None <thorpej@wasabisystems.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-net
Date: 02/29/2004 05:02:16
> This also allows us to avoid a function call and other tests for the 
> case of "no IPsec processing required" on connected sockets in 
> ip_output().

	make sure you put the similar change to ip6_output as well.
	pcb policy cache is used by IPv6 as well.

itojun