Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
13992 struct napi_struct { struct13998 int (*poll)(struct napi_struct *, int); argument13999 struct net_device *dev;14000 struct gro_list gro_hash[8];14001 struct sk_buff *skb;14002 struct list_head rx_list;14003 int rx_count;14004 struct hrtimer timer;14005 struct list_head dev_list;14006 struct hlist_node napi_hash_node;[all …]