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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 22e4ef7bb701..dc1d9ed33b31 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -3645,6 +3645,7 @@ static __always_inline int ____dev_forward_skb(struct net_device *dev,
3645 return 0; 3645 return 0;
3646} 3646}
3647 3647
3648bool dev_nit_active(struct net_device *dev);
3648void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev); 3649void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev);
3649 3650
3650extern int netdev_budget; 3651extern int netdev_budget;