net, sched: add clsact qdisc
[linux-2.6-block.git] / include / linux / netdevice.h
index 8d8e5ca951b4936e38ec4dcd2d44567c294f9fcf..2285596e7045894ac52e3ecca18ae4388538dcf5 100644 (file)
@@ -1739,7 +1739,9 @@ struct net_device {
 #ifdef CONFIG_XPS
        struct xps_dev_maps __rcu *xps_maps;
 #endif
-
+#ifdef CONFIG_NET_CLS_ACT
+       struct tcf_proto __rcu  *egress_cl_list;
+#endif
 #ifdef CONFIG_NET_SWITCHDEV
        u32                     offload_fwd_mark;
 #endif