diff --git a/net/core/dev.c b/net/core/dev.c index 95de4c0118088fa61b89cdd4fcc5b1f990fc270f..d1e8116e93cd374d87a04307de65e64799fcf1c8 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -2746,6 +2746,7 @@ u16 __netdev_pick_tx(struct net_device *dev, struct sk_buff *skb) return queue_index; } +EXPORT_SYMBOL(__netdev_pick_tx); struct netdev_queue *netdev_pick_tx(struct net_device *dev, struct sk_buff *skb)