Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetdevice.h316 struct napi_struct { struct
328 int (*poll)(struct napi_struct *, int); argument
330 int poll_owner;
332 struct net_device *dev;
333 struct gro_list gro_hash[GRO_HASH_BUCKETS];
334 struct sk_buff *skb;
335 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
336 int rx_count; /* length of rx_list */
337 struct hrtimer timer;
338 struct list_head dev_list;
[all …]
/Linux-v5.4/net/core/
Ddev.c6225 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument