dummy: percpu stats and lockless xmit
[deliverable/linux.git] / include / linux / netdevice.h
index c2bec990bd17b25c9ecb9fe9b872af4d25f882de..6f0845e0b88832390c0d9747d23839de4dc62e93 100644 (file)
@@ -1057,6 +1057,7 @@ struct net_device {
                void                            *ml_priv;
                struct pcpu_lstats __percpu     *lstats; /* loopback stats */
                struct pcpu_tstats __percpu     *tstats; /* tunnel stats */
+               struct pcpu_dstats __percpu     *dstats; /* dummy stats */
        };
        /* GARP */
        struct garp_port        *garp_port;
This page took 0.027201 seconds and 5 git commands to generate.