diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
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 *); | |||
2821 | int dev_change_carrier(struct net_device *, bool new_carrier); | 2821 | int dev_change_carrier(struct net_device *, bool new_carrier); |
2822 | int dev_get_phys_port_id(struct net_device *dev, | 2822 | int dev_get_phys_port_id(struct net_device *dev, |
2823 | struct netdev_phys_port_id *ppid); | 2823 | struct netdev_phys_port_id *ppid); |
2824 | struct sk_buff *validate_xmit_skb(struct sk_buff *skb, struct net_device *dev); | 2824 | struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev); |
2825 | struct sk_buff *dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev, | 2825 | struct 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); |
2827 | int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb); | 2827 | int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb); |