Re: [PATCH 6/23] [PATCH] [XFRM] STATE: Search by address using source address list.

2006-08-01 Thread Masahide NAKAMURA
David Miller wrote: > From: Masahide NAKAMURA <[EMAIL PROTECTED]> > Date: Sat, 29 Jul 2006 18:30:18 +0900 > >> +#ifdef CONFIG_XFRM_ADVANCED >> +struct xfrm_state *(*state_lookup_byaddr)(xfrm_address_t *daddr, >> xfrm_address_t *saddr, u8 proto); >> +#endif > > I think we should delete

Re: [PATCH 6/23] [PATCH] [XFRM] STATE: Search by address using source address list.

2006-08-01 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Sat, 29 Jul 2006 18:30:18 +0900 > +#ifdef CONFIG_XFRM_ADVANCED > + struct xfrm_state *(*state_lookup_byaddr)(xfrm_address_t *daddr, > xfrm_address_t *saddr, u8 proto); > +#endif I think we should delete XFRM_ADVANCED config option, it i

[PATCH 6/23] [PATCH] [XFRM] STATE: Search by address using source address list.

2006-07-29 Thread Masahide NAKAMURA
This is a support to search transformation states by its addresses by using source address list. For Mobile IPv6 usage. Based on MIPL2 kernel patch. --- include/net/xfrm.h | 11 +++ net/ipv4/xfrm4_state.c | 13 + net/ipv6/xfrm6_state.c | 25 n