Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dnetdevice.h329 struct napi_struct { struct
341 int (*poll)(struct napi_struct *, int); argument
343 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 …]