inet: Kill FLOWI_FLAG_PRECOW_METRICS.
[deliverable/linux.git] / include / net / flow.h
index bd524f59856117b913c3d1b43960de109d20edeb..ce9cb7656b47494fc35e21e08195ba124b2d692a 100644 (file)
@@ -20,9 +20,8 @@ struct flowi_common {
        __u8    flowic_proto;
        __u8    flowic_flags;
 #define FLOWI_FLAG_ANYSRC              0x01
-#define FLOWI_FLAG_PRECOW_METRICS      0x02
-#define FLOWI_FLAG_CAN_SLEEP           0x04
-#define FLOWI_FLAG_RT_NOCACHE          0x08
+#define FLOWI_FLAG_CAN_SLEEP           0x02
+#define FLOWI_FLAG_RT_NOCACHE          0x04
        __u32   flowic_secid;
 };
 
This page took 0.035439 seconds and 5 git commands to generate.