summaryrefslogtreecommitdiffstats
path: root/ip/xfrm.h
diff options
context:
space:
mode:
authorMasahide NAKAMURA <nakam@linux-ipv6.org>2006-12-05 19:16:05 +0900
committerStephen Hemminger <shemminger@osdl.org>2006-12-05 10:03:34 -0800
commitc54f31eeb3a1fe35359ffa40cf7bb31c18bc75a1 (patch)
treee73f0e9dfd7c33ef8bde32591149174caf1b153c /ip/xfrm.h
parent7ea4f5d33d27b23a3127b0b6ec46d0b4821d9431 (diff)
XFRM: support report message by monitor.
Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'ip/xfrm.h')
-rw-r--r--ip/xfrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip/xfrm.h b/ip/xfrm.h
index 51ffa4be..d33ff945 100644
--- a/ip/xfrm.h
+++ b/ip/xfrm.h
@@ -52,6 +52,8 @@
#define XFRMEXP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_expire))))
#define XFRMPEXP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_polexpire))))
+#define XFRMREP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_report))))
+
#define XFRM_FLAG_PRINT(fp, flags, f, s) \
do { \
if (flags & f) { \