diff options
author | Masahide NAKAMURA <nakam@linux-ipv6.org> | 2006-12-05 19:16:05 +0900 |
---|---|---|
committer | Stephen Hemminger <shemminger@osdl.org> | 2006-12-05 10:03:34 -0800 |
commit | c54f31eeb3a1fe35359ffa40cf7bb31c18bc75a1 (patch) | |
tree | e73f0e9dfd7c33ef8bde32591149174caf1b153c /ip/xfrm.h | |
parent | 7ea4f5d33d27b23a3127b0b6ec46d0b4821d9431 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { \ |