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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index fdac1159253e..9464e6452967 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -724,6 +724,9 @@ struct net_device
724 void (*poll_controller)(struct net_device *dev); 724 void (*poll_controller)(struct net_device *dev);
725#endif 725#endif
726 726
727 u16 (*select_queue)(struct net_device *dev,
728 struct sk_buff *skb);
729
727#ifdef CONFIG_NET_NS 730#ifdef CONFIG_NET_NS
728 /* Network namespace this network device is inside */ 731 /* Network namespace this network device is inside */
729 struct net *nd_net; 732 struct net *nd_net;