new VNET
[linux-2.6.git] / include / linux / vs_network.h
index f2cf3ab..a99d0e4 100644 (file)
@@ -178,6 +178,12 @@ static inline void exit_nx_info(struct task_struct *p)
 }
 
 
+#ifdef CONFIG_NETWORK_SECMARK
+#define skb_tag secmark
+#else
+#define skb_tag mark
+#endif
+
 #else
 #warning duplicate inclusion
 #endif