From ab12370657b73b723b0127a1d25578455d5b6174 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 1 Oct 2012 08:38:03 -0700 Subject: [PATCH] update header files to 3.6 --- include/linux/xfrm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index 0aa3805a..1ef80ef8 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h @@ -84,6 +84,8 @@ struct xfrm_replay_state { __u32 bitmap; }; +#define XFRMA_REPLAY_ESN_MAX 4096 + struct xfrm_replay_state_esn { unsigned int bmp_len; __u32 oseq;