aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netpoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netpoll.h')
-rw-r--r--include/linux/netpoll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h
index c65d12ec7bb0..b7eb008c43de 100644
--- a/include/linux/netpoll.h
+++ b/include/linux/netpoll.h
@@ -18,7 +18,7 @@ struct netpoll {
18 struct net_device *dev; 18 struct net_device *dev;
19 char dev_name[16], *name; 19 char dev_name[16], *name;
20 void (*rx_hook)(struct netpoll *, int, char *, int); 20 void (*rx_hook)(struct netpoll *, int, char *, int);
21 void (*drop)(struct sk_buff *skb); 21
22 u32 local_ip, remote_ip; 22 u32 local_ip, remote_ip;
23 u16 local_port, remote_port; 23 u16 local_port, remote_port;
24 unsigned char local_mac[6], remote_mac[6]; 24 unsigned char local_mac[6], remote_mac[6];
@@ -44,7 +44,7 @@ int netpoll_trap(void);
44void netpoll_set_trap(int trap); 44void netpoll_set_trap(int trap);
45void netpoll_cleanup(struct netpoll *np); 45void netpoll_cleanup(struct netpoll *np);
46int __netpoll_rx(struct sk_buff *skb); 46int __netpoll_rx(struct sk_buff *skb);
47void netpoll_queue(struct sk_buff *skb); 47
48 48
49#ifdef CONFIG_NETPOLL 49#ifdef CONFIG_NETPOLL
50static inline int netpoll_rx(struct sk_buff *skb) 50static inline int netpoll_rx(struct sk_buff *skb)