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 01bd4c82d982..83de0eb7a071 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1053,6 +1053,7 @@ struct net_device {
1053 union { 1053 union {
1054 void *ml_priv; 1054 void *ml_priv;
1055 struct pcpu_lstats __percpu *lstats; /* loopback stats */ 1055 struct pcpu_lstats __percpu *lstats; /* loopback stats */
1056 struct pcpu_tstats __percpu *tstats; /* tunnel stats */
1056 }; 1057 };
1057 /* GARP */ 1058 /* GARP */
1058 struct garp_port *garp_port; 1059 struct garp_port *garp_port;