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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 67bb978470dc..41f49f5ab62a 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1783,7 +1783,7 @@ struct net_device {
1783#endif 1783#endif
1784 struct netdev_queue __rcu *ingress_queue; 1784 struct netdev_queue __rcu *ingress_queue;
1785#ifdef CONFIG_NETFILTER_INGRESS 1785#ifdef CONFIG_NETFILTER_INGRESS
1786 struct list_head nf_hooks_ingress; 1786 struct nf_hook_entry __rcu *nf_hooks_ingress;
1787#endif 1787#endif
1788 1788
1789 unsigned char broadcast[MAX_ADDR_LEN]; 1789 unsigned char broadcast[MAX_ADDR_LEN];