vserver 2.0 rc7
[linux-2.6.git] / net / sched / cls_u32.c
index 821d3b9..364b87d 100644 (file)
 #include <net/act_api.h>
 #include <net/pkt_cls.h>
 
-
-struct tc_u32_mark
-{
-       u32             val;
-       u32             mask;
-       u32             success;
-};
-
 struct tc_u_knode
 {
        struct tc_u_knode       *next;