Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
329 struct napi_struct { struct341 int (*poll)(struct napi_struct *, int); argument343 int poll_owner;345 struct net_device *dev;346 struct gro_list gro_hash[GRO_HASH_BUCKETS];347 struct sk_buff *skb;348 struct hrtimer timer;349 struct list_head dev_list;350 struct hlist_node napi_hash_node;351 unsigned int napi_id;[all …]