aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index aa3ac994477b..aa93cc1f6299 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -260,6 +260,8 @@ struct xfrm_type
260 char *description; 260 char *description;
261 struct module *owner; 261 struct module *owner;
262 __u8 proto; 262 __u8 proto;
263 __u8 flags;
264#define XFRM_TYPE_NON_FRAGMENT 1
263 265
264 int (*init_state)(struct xfrm_state *x); 266 int (*init_state)(struct xfrm_state *x);
265 void (*destructor)(struct xfrm_state *); 267 void (*destructor)(struct xfrm_state *);