Lines Matching defs:napi_struct
300 struct napi_struct { struct
312 int (*poll)(struct napi_struct *, int); argument
314 spinlock_t poll_lock;
315 int poll_owner;
317 struct net_device *dev;
318 struct sk_buff *gro_list;
319 struct sk_buff *skb;
320 struct hrtimer timer;
321 struct list_head dev_list;
322 struct hlist_node napi_hash_node;
323 unsigned int napi_id;