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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 7f156a0b94c8..2143f2911a21 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -314,6 +314,12 @@ struct xfrm_mode {
314 314
315 struct module *owner; 315 struct module *owner;
316 unsigned int encap; 316 unsigned int encap;
317 int flags;
318};
319
320/* Flags for xfrm_mode. */
321enum {
322 XFRM_MODE_FLAG_TUNNEL = 1,
317}; 323};
318 324
319extern int xfrm_register_mode(struct xfrm_mode *mode, int family); 325extern int xfrm_register_mode(struct xfrm_mode *mode, int family);