Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h305 struct napi_struct { struct
317 int (*poll)(struct napi_struct *, int); argument
319 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 …]