diff options
Diffstat (limited to 'net/xfrm/xfrm_device.c')
-rw-r--r-- | net/xfrm/xfrm_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_device.c b/net/xfrm/xfrm_device.c index b8736f56e7f7..2db1626557c5 100644 --- a/net/xfrm/xfrm_device.c +++ b/net/xfrm/xfrm_device.c | |||
@@ -247,7 +247,7 @@ void xfrm_dev_resume(struct sk_buff *skb) | |||
247 | unsigned long flags; | 247 | unsigned long flags; |
248 | 248 | ||
249 | rcu_read_lock(); | 249 | rcu_read_lock(); |
250 | txq = netdev_pick_tx(dev, skb, NULL); | 250 | txq = netdev_core_pick_tx(dev, skb, NULL); |
251 | 251 | ||
252 | HARD_TX_LOCK(dev, txq, smp_processor_id()); | 252 | HARD_TX_LOCK(dev, txq, smp_processor_id()); |
253 | if (!netif_xmit_frozen_or_stopped(txq)) | 253 | if (!netif_xmit_frozen_or_stopped(txq)) |