Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h361 struct napi_struct { struct
374 int (*poll)(struct napi_struct *, int); argument
377 int poll_owner;
380 int list_owner;
381 struct net_device *dev;
382 struct gro_list gro_hash[GRO_HASH_BUCKETS];
383 struct sk_buff *skb;
384 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
385 int rx_count; /* length of rx_list */
386 unsigned int napi_id; /* protected by netdev_lock */
[all …]
/linux/net/core/
H A Ddev.c7010 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument