aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index c2bec990bd17..6f0845e0b888 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1057,6 +1057,7 @@ struct net_device {
1057 void *ml_priv; 1057 void *ml_priv;
1058 struct pcpu_lstats __percpu *lstats; /* loopback stats */ 1058 struct pcpu_lstats __percpu *lstats; /* loopback stats */
1059 struct pcpu_tstats __percpu *tstats; /* tunnel stats */ 1059 struct pcpu_tstats __percpu *tstats; /* tunnel stats */
1060 struct pcpu_dstats __percpu *dstats; /* dummy stats */
1060 }; 1061 };
1061 /* GARP */ 1062 /* GARP */
1062 struct garp_port *garp_port; 1063 struct garp_port *garp_port;