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