aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r--drivers/net/tun.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 09f66624eaca..34cca74c99ed 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -364,7 +364,8 @@ static inline void tun_flow_save_rps_rxhash(struct tun_flow_entry *e, u32 hash)
364 * different rxq no. here. If we could not get rxhash, then we would 364 * different rxq no. here. If we could not get rxhash, then we would
365 * hope the rxq no. may help here. 365 * hope the rxq no. may help here.
366 */ 366 */
367static u16 tun_select_queue(struct net_device *dev, struct sk_buff *skb) 367static u16 tun_select_queue(struct net_device *dev, struct sk_buff *skb,
368 void *accel_priv)
368{ 369{
369 struct tun_struct *tun = netdev_priv(dev); 370 struct tun_struct *tun = netdev_priv(dev);
370 struct tun_flow_entry *e; 371 struct tun_flow_entry *e;