Re: [PATCH 1/3] [IPSEC]: Make xfrm_lookup flags argument a bit-field

2007-12-12 Thread David Miller
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

[PATCH 1/3] [IPSEC]: Make xfrm_lookup flags argument a bit-field

2007-12-11 Thread Herbert Xu
[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