[XFRM]: Speed up xfrm_policy and xfrm_state walking
[deliverable/linux.git] / include / linux / xfrm.h
index e31b8c84f2c9da7e865d379d32ccabdc9bd463cb..0c82c80b277f935f25e43c2a83ea348b1481153a 100644 (file)
@@ -113,7 +113,8 @@ enum
 {
        XFRM_POLICY_TYPE_MAIN   = 0,
        XFRM_POLICY_TYPE_SUB    = 1,
-       XFRM_POLICY_TYPE_MAX    = 2
+       XFRM_POLICY_TYPE_MAX    = 2,
+       XFRM_POLICY_TYPE_ANY    = 255
 };
 
 enum
This page took 0.025125 seconds and 5 git commands to generate.