diff options
Diffstat (limited to 'include')
| -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 ec8f9b5f6500..76951c5fbedf 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -2156,6 +2156,7 @@ struct net_device *__dev_get_by_name(struct net *net, const char *name); | |||
| 2156 | int dev_alloc_name(struct net_device *dev, const char *name); | 2156 | int dev_alloc_name(struct net_device *dev, const char *name); |
| 2157 | int dev_open(struct net_device *dev); | 2157 | int dev_open(struct net_device *dev); |
| 2158 | int dev_close(struct net_device *dev); | 2158 | int dev_close(struct net_device *dev); |
| 2159 | int dev_close_many(struct list_head *head, bool unlink); | ||
| 2159 | void dev_disable_lro(struct net_device *dev); | 2160 | void dev_disable_lro(struct net_device *dev); |
| 2160 | int dev_loopback_xmit(struct sk_buff *newskb); | 2161 | int dev_loopback_xmit(struct sk_buff *newskb); |
| 2161 | int dev_queue_xmit(struct sk_buff *skb); | 2162 | int dev_queue_xmit(struct sk_buff *skb); |
