--- linux.org/include/linux/xfrm.h. 2004-10-11 04:57:07.000000000 +0200 +++ linux/include/linux/xfrm.h 2004-10-18 17:00:43.000000000 +0200 @@ -140,6 +140,9 @@ XFRM_MSG_FLUSHPOLICY, #define XFRM_MSG_FLUSHPOLICY XFRM_MSG_FLUSHPOLICY + XFRM_MSG_UPDSEQ, +#define XFRM_MSG_UPDSEQ XFRM_MSG_UPDSEQ + XFRM_MSG_MAX }; @@ -171,6 +174,7 @@ XFRMA_ALG_COMP, /* struct xfrm_algo */ XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */ XFRMA_TMPL, /* 1 or more struct xfrm_user_tmpl */ + XFRMA_REPLAY, /* struct xfrm_replay_state */ __XFRMA_MAX #define XFRMA_MAX (__XFRMA_MAX - 1) @@ -258,5 +258,6 @@ #define XFRMGRP_ACQUIRE 1 #define XFRMGRP_EXPIRE 2 +#define XFRMGRP_REPLAY 3 #endif /* _LINUX_XFRM_H */