Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dloopback.c104 const struct pcpu_lstats *lb_stats; in dev_lstats_read()
/linux-6.15/include/linux/
H A Dnetdevice.h2123 struct pcpu_lstats __percpu *lstats;
2954 struct pcpu_lstats { struct
2986 struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats); in dev_lstats_add()
/linux-6.15/net/core/
H A Ddev.c10836 v = dev->lstats = netdev_alloc_pcpu_stats(struct pcpu_lstats); in netdev_do_alloc_pcpu_stats()