netpoll queue cleanup
[deliverable/linux.git] / include / linux / netpoll.h
index c65d12ec7bb0818241325c603ad0155c41934f47..b7eb008c43de8f968172680bb707fe54c2cec457 100644 (file)
@@ -18,7 +18,7 @@ struct netpoll {
        struct net_device *dev;
        char dev_name[16], *name;
        void (*rx_hook)(struct netpoll *, int, char *, int);
-       void (*drop)(struct sk_buff *skb);
+
        u32 local_ip, remote_ip;
        u16 local_port, remote_port;
        unsigned char local_mac[6], remote_mac[6];
@@ -44,7 +44,7 @@ int netpoll_trap(void);
 void netpoll_set_trap(int trap);
 void netpoll_cleanup(struct netpoll *np);
 int __netpoll_rx(struct sk_buff *skb);
-void netpoll_queue(struct sk_buff *skb);
+
 
 #ifdef CONFIG_NETPOLL
 static inline int netpoll_rx(struct sk_buff *skb)
This page took 0.096925 seconds and 5 git commands to generate.