Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
305 struct napi_struct { struct317 int (*poll)(struct napi_struct *, int); argument319 spinlock_t poll_lock;320 int poll_owner;322 struct net_device *dev;323 struct sk_buff *gro_list;324 struct sk_buff *skb;325 struct hrtimer timer;326 struct list_head dev_list;327 struct hlist_node napi_hash_node;[all …]