Home
last modified time | relevance | path

Searched refs:pcpu_lstats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/
H A Dloopback.c103 const struct pcpu_lstats *lb_stats; in dev_lstats_read()
/linux/include/linux/
H A Dnetdevice.h2095 struct pcpu_lstats __percpu *lstats;
2920 struct pcpu_lstats { struct
2952 struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats); in dev_lstats_add()
/linux/net/core/
H A Ddev.c10783 v = dev->lstats = netdev_alloc_pcpu_stats(struct pcpu_lstats); in netdev_do_alloc_pcpu_stats()