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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 9b7fbacb6296..910fb17ad148 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2821,7 +2821,7 @@ int dev_set_mac_address(struct net_device *, struct sockaddr *);
2821int dev_change_carrier(struct net_device *, bool new_carrier); 2821int dev_change_carrier(struct net_device *, bool new_carrier);
2822int dev_get_phys_port_id(struct net_device *dev, 2822int dev_get_phys_port_id(struct net_device *dev,
2823 struct netdev_phys_port_id *ppid); 2823 struct netdev_phys_port_id *ppid);
2824struct sk_buff *validate_xmit_skb(struct sk_buff *skb, struct net_device *dev); 2824struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev);
2825struct sk_buff *dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev, 2825struct sk_buff *dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
2826 struct netdev_queue *txq, int *ret); 2826 struct netdev_queue *txq, int *ret);
2827int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb); 2827int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb);