net: allow fallback function to pass netdev
[sfrench/cifs-2.6.git] / include / linux / netdevice.h
index bbf062c1ca8a31e9bc15666eb431801f6f64fdd0..2daf2fa6554f02b4987e222f5f9f7702b3d1db5c 100644 (file)
@@ -793,7 +793,8 @@ static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a,
 }
 
 typedef u16 (*select_queue_fallback_t)(struct net_device *dev,
-                                      struct sk_buff *skb);
+                                      struct sk_buff *skb,
+                                      struct net_device *sb_dev);
 
 enum tc_setup_type {
        TC_SETUP_QDISC_MQPRIO,