From: Herbert Xu <[EMAIL PROTECTED]>
Date: Wed, 12 Dec 2007 09:57:59 +0800
> [IPSEC]: Make xfrm_lookup flags argument a bit-field
>
> This patch introduces an enum for bits in the flags argument of xfrm_lookup.
> This is so that we can cram more information into it later.
>
> Since all current u
[IPSEC]: Make xfrm_lookup flags argument a bit-field
This patch introduces an enum for bits in the flags argument of xfrm_lookup.
This is so that we can cram more information into it later.
Since all current users use just the values 0 and 1, XFRM_LOOKUP_WAIT has
been added with the value 1 << 0