diff options
Diffstat (limited to 'include/linux/netdevice.h')
-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 46dcb5f7522f..03ed492c4e14 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2510,6 +2510,7 @@ void dev_disable_lro(struct net_device *dev); | |||
2510 | int dev_loopback_xmit(struct net *net, struct sock *sk, struct sk_buff *newskb); | 2510 | int dev_loopback_xmit(struct net *net, struct sock *sk, struct sk_buff *newskb); |
2511 | int dev_queue_xmit(struct sk_buff *skb); | 2511 | int dev_queue_xmit(struct sk_buff *skb); |
2512 | int dev_queue_xmit_accel(struct sk_buff *skb, void *accel_priv); | 2512 | int dev_queue_xmit_accel(struct sk_buff *skb, void *accel_priv); |
2513 | int dev_direct_xmit(struct sk_buff *skb, u16 queue_id); | ||
2513 | int register_netdevice(struct net_device *dev); | 2514 | int register_netdevice(struct net_device *dev); |
2514 | void unregister_netdevice_queue(struct net_device *dev, struct list_head *head); | 2515 | void unregister_netdevice_queue(struct net_device *dev, struct list_head *head); |
2515 | void unregister_netdevice_many(struct list_head *head); | 2516 | void unregister_netdevice_many(struct list_head *head); |