1 #ifndef _NET_GRO_CELLS_H
2 #define _NET_GRO_CELLS_H
5 #include <linux/slab.h>
6 #include <linux/netdevice.h>
29 if (skb_rx_queue_recorded(skb))
32 if (skb_queue_len(&cell->
napi_skbs) > netdev_max_backlog) {
42 napi_schedule(&cell->
napi);
44 spin_unlock_irqrestore(&cell->
napi_skbs.lock, flags);
53 while (work_done < budget) {
62 if (work_done < budget)
83 napi_enable(&cell->
napi);
88 static inline void gro_cells_destroy(
struct gro_cells *gcells)