Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h306 struct napi_struct { struct
318 int (*poll)(struct napi_struct *, int); argument
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;
328 unsigned int napi_id;
[all …]