Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
127109 struct napi_struct { struct127115 int (*poll)(struct napi_struct *, int); argument127116 int poll_owner;127117 struct net_device *dev;127118 struct gro_list gro_hash[8];127119 struct sk_buff *skb;127120 struct list_head rx_list;127121 int rx_count;127122 struct hrtimer timer;127123 struct list_head dev_list;[all …]