mm, migration: add destination page freeing callback
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / net / dst.h
index 2a90573..9090328 100644 (file)
@@ -466,6 +466,7 @@ void dst_init(void);
 /* Flags for xfrm_lookup flags argument. */
 enum {
        XFRM_LOOKUP_ICMP = 1 << 0,
+       XFRM_LOOKUP_QUEUE = 1 << 1,
 };
 
 struct flowi;