calipso: Add a label cache.
[linux-2.6-microblaze.git] / include / net / calipso.h
index 85404e2..b1b30cd 100644 (file)
@@ -62,6 +62,12 @@ struct calipso_doi {
        struct rcu_head rcu;
 };
 
+/*
+ * Sysctl Variables
+ */
+extern int calipso_cache_enabled;
+extern int calipso_cache_bucketsize;
+
 #ifdef CONFIG_NETLABEL
 int __init calipso_init(void);
 void calipso_exit(void);