Lines Matching refs:stats
19 struct mpls_link_stats stats; member
26 struct mpls_pcpu_stats __percpu *stats; member
36 __typeof__(*(mdev)->stats) *ptr = \
37 raw_cpu_ptr((mdev)->stats); \
40 ptr->stats.pkts_field++; \
41 ptr->stats.bytes_field += (len); \
48 __typeof__(*(mdev)->stats) *ptr = \
49 raw_cpu_ptr((mdev)->stats); \
52 ptr->stats.field++; \
61 this_cpu_inc((mdev)->stats->stats.pkts_field); \
62 this_cpu_add((mdev)->stats->stats.bytes_field, (len)); \
66 this_cpu_inc((mdev)->stats->stats.field)