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 97ab5c9a7069..b791405958b4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2212,7 +2212,7 @@ int dev_open(struct net_device *dev); | |||
2212 | int dev_close(struct net_device *dev); | 2212 | int dev_close(struct net_device *dev); |
2213 | int dev_close_many(struct list_head *head, bool unlink); | 2213 | int dev_close_many(struct list_head *head, bool unlink); |
2214 | void dev_disable_lro(struct net_device *dev); | 2214 | void dev_disable_lro(struct net_device *dev); |
2215 | int dev_loopback_xmit(struct sock *sk, struct sk_buff *newskb); | 2215 | int dev_loopback_xmit(struct net *net, struct sock *sk, struct sk_buff *newskb); |
2216 | int dev_queue_xmit(struct sk_buff *skb); | 2216 | int dev_queue_xmit(struct sk_buff *skb); |
2217 | int dev_queue_xmit_accel(struct sk_buff *skb, void *accel_priv); | 2217 | int dev_queue_xmit_accel(struct sk_buff *skb, void *accel_priv); |
2218 | int register_netdevice(struct net_device *dev); | 2218 | int register_netdevice(struct net_device *dev); |