]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netpoll.h
[NET] netpoll: break recursive loop in netpoll rx path
[linux-2.6-omap-h63xx.git] / include / linux / netpoll.h
index ca5a8733000fa08b65c21b3456b052b9f48dde21..1efe60c5c00c3dd5c57924707206afcf49ef2dc5 100644 (file)
@@ -31,6 +31,7 @@ struct netpoll_info {
        int rx_flags;
        spinlock_t rx_lock;
        struct netpoll *rx_np; /* netpoll that registered an rx_hook */
+       struct sk_buff_head arp_tx; /* list of arp requests to reply to */
 };
 
 void netpoll_poll(struct netpoll *np);