summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2012-11-27 09:46:17 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2013-01-21 11:19:04 +0100
commit02bfd8ecf5cf980ede53e30a903b102924fc32f4 (patch)
treeec52772b6d3d31fdbdc88040dbfb90e897783aa8 /include/net/xfrm.h
parent7a9885b93bb623524468b37d04146d3422e099eb (diff)
downloadlinux-02bfd8ecf5cf980ede53e30a903b102924fc32f4.tar.gz
linux-02bfd8ecf5cf980ede53e30a903b102924fc32f4.tar.xz
xfrm: Remove unused defines
XFRM_REPLAY_SEQ, XFRM_REPLAY_OSEQ and XFRM_REPLAY_SEQ_MASK were introduced years ago but actually never used. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 63445ede48bb..421f764794d5 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -557,10 +557,6 @@ struct xfrm_migrate {
};
#define XFRM_KM_TIMEOUT 30
-/* which seqno */
-#define XFRM_REPLAY_SEQ 1
-#define XFRM_REPLAY_OSEQ 2
-#define XFRM_REPLAY_SEQ_MASK 3
/* what happened */
#define XFRM_REPLAY_UPDATE XFRM_AE_CR
#define XFRM_REPLAY_TIMEOUT XFRM_AE_CE