Lines Matching defs:pstats
3820 struct bridge_mcast_stats *pstats;
3832 pstats = this_cpu_ptr(stats);
3834 u64_stats_update_begin(&pstats->syncp);
3837 pstats->mstats.igmp_parse_errors++;
3841 pstats->mstats.mld_parse_errors++;
3845 u64_stats_update_end(&pstats->syncp);
5062 struct bridge_mcast_stats *pstats = this_cpu_ptr(stats);
5066 u64_stats_update_begin(&pstats->syncp);
5072 pstats->mstats.igmp_v1reports[dir]++;
5075 pstats->mstats.igmp_v2reports[dir]++;
5078 pstats->mstats.igmp_v3reports[dir]++;
5082 pstats->mstats.igmp_v3queries[dir]++;
5092 pstats->mstats.igmp_v1queries[dir]++;
5094 pstats->mstats.igmp_v2queries[dir]++;
5098 pstats->mstats.igmp_leaves[dir]++;
5109 pstats->mstats.mld_v1reports[dir]++;
5112 pstats->mstats.mld_v2reports[dir]++;
5116 pstats->mstats.mld_v2queries[dir]++;
5118 pstats->mstats.mld_v1queries[dir]++;
5121 pstats->mstats.mld_leaves[dir]++;
5127 u64_stats_update_end(&pstats->syncp);