diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
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 | ||
3648 | bool dev_nit_active(struct net_device *dev); | ||
3648 | void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev); | 3649 | void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev); |
3649 | 3650 | ||
3650 | extern int netdev_budget; | 3651 | extern int netdev_budget; |