Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h300 struct napi_struct { struct
312 int (*poll)(struct napi_struct *, int); argument
314 spinlock_t poll_lock;
315 int poll_owner;
317 struct net_device *dev;
318 struct sk_buff *gro_list;
319 struct sk_buff *skb;
320 struct hrtimer timer;
321 struct list_head dev_list;
322 struct hlist_node napi_hash_node;
[all …]
/linux-4.4.14/net/core/
Ddev.c4735 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument