Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
306 struct napi_struct { struct318 int (*poll)(struct napi_struct *, int); argument320 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 …]