Searched refs:pcounters (Results 1 – 1 of 1) sorted by relevance
1613 struct pcpu_seg6_local_counters *pcounters; in seg6_local_update_counters() local1615 pcounters = this_cpu_ptr(slwt->pcpu_counters); in seg6_local_update_counters()1616 u64_stats_update_begin(&pcounters->syncp); in seg6_local_update_counters()1619 u64_stats_inc(&pcounters->packets); in seg6_local_update_counters()1620 u64_stats_add(&pcounters->bytes, len); in seg6_local_update_counters()1622 u64_stats_inc(&pcounters->errors); in seg6_local_update_counters()1625 u64_stats_update_end(&pcounters->syncp); in seg6_local_update_counters()2000 struct pcpu_seg6_local_counters __percpu *pcounters; in parse_nla_counters() local2018 pcounters = seg6_local_alloc_pcpu_counters(GFP_KERNEL); in parse_nla_counters()2019 if (!pcounters) in parse_nla_counters()[all …]