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 b54ec16dfbda..ba5c4639ea91 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1165,6 +1165,7 @@ extern int netif_rx(struct sk_buff *skb); | |||
1165 | extern int netif_rx_ni(struct sk_buff *skb); | 1165 | extern int netif_rx_ni(struct sk_buff *skb); |
1166 | #define HAVE_NETIF_RECEIVE_SKB 1 | 1166 | #define HAVE_NETIF_RECEIVE_SKB 1 |
1167 | extern int netif_receive_skb(struct sk_buff *skb); | 1167 | extern int netif_receive_skb(struct sk_buff *skb); |
1168 | extern void netif_nit_deliver(struct sk_buff *skb); | ||
1168 | extern int dev_valid_name(const char *name); | 1169 | extern int dev_valid_name(const char *name); |
1169 | extern int dev_ioctl(struct net *net, unsigned int cmd, void __user *); | 1170 | extern int dev_ioctl(struct net *net, unsigned int cmd, void __user *); |
1170 | extern int dev_ethtool(struct net *net, struct ifreq *); | 1171 | extern int dev_ethtool(struct net *net, struct ifreq *); |