/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.c | 37 struct rtl_stats *pstats, in _rtl92de_query_rxphystatus() argument 54 pstats->packet_matchbssid = packet_match_bssid; in _rtl92de_query_rxphystatus() 55 pstats->packet_toself = packet_toself; in _rtl92de_query_rxphystatus() 56 pstats->packet_beacon = packet_beacon; in _rtl92de_query_rxphystatus() 57 pstats->is_cck = is_cck_rate; in _rtl92de_query_rxphystatus() 58 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92de_query_rxphystatus() 59 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92de_query_rxphystatus() 122 pstats->rx_pwdb_all = pwdb_all; in _rtl92de_query_rxphystatus() 123 pstats->recvsignalpower = rx_pwr_all; in _rtl92de_query_rxphystatus() 126 if (pstats->rx_pwdb_all > 40) { in _rtl92de_query_rxphystatus() [all …]
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus() argument 49 bool is_cck = pstats->is_cck; in _rtl92se_query_rxphystatus() 51 pstats->packet_matchbssid = packet_match_bssid; in _rtl92se_query_rxphystatus() 52 pstats->packet_toself = packet_toself; in _rtl92se_query_rxphystatus() 53 pstats->packet_beacon = packet_beacon; in _rtl92se_query_rxphystatus() 54 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92se_query_rxphystatus() 55 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92se_query_rxphystatus() 123 pstats->rx_pwdb_all = pwdb_all; in _rtl92se_query_rxphystatus() 124 pstats->recvsignalpower = rx_pwr_all; in _rtl92se_query_rxphystatus() 128 if (pstats->rx_pwdb_all > 40) { in _rtl92se_query_rxphystatus() [all …]
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 27 struct rtl_stats *pstats, in _rtl92ce_query_rxphystatus() argument 44 pstats->packet_matchbssid = packet_match_bssid; in _rtl92ce_query_rxphystatus() 45 pstats->packet_toself = packet_toself; in _rtl92ce_query_rxphystatus() 46 pstats->is_cck = is_cck_rate; in _rtl92ce_query_rxphystatus() 47 pstats->packet_beacon = packet_beacon; in _rtl92ce_query_rxphystatus() 48 pstats->rx_mimo_sig_qual[0] = -1; in _rtl92ce_query_rxphystatus() 49 pstats->rx_mimo_sig_qual[1] = -1; in _rtl92ce_query_rxphystatus() 123 pstats->rx_pwdb_all = pwdb_all; in _rtl92ce_query_rxphystatus() 124 pstats->recvsignalpower = rx_pwr_all; in _rtl92ce_query_rxphystatus() 130 if (pstats->rx_pwdb_all > 40) in _rtl92ce_query_rxphystatus() [all …]
|
/linux-5.19.10/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 1133 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument 1137 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats() 1139 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats() 1141 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats() 1143 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats() 1146 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats() 1148 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats() 1150 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats() 1153 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats() 1155 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats() [all …]
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 570 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus() argument 589 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus() 590 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus() 591 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus() 592 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus() 593 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus() 594 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus() 643 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 644 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus() 648 if (pstats->rx_pwdb_all > 40) in _rtl92c_query_rxphystatus() [all …]
|
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 553 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update() local 630 pstats->pfc_frames_tx_hi = new->tx_stat_gtpp_hi; in bnx2x_bmac_stats_update() 631 pstats->pfc_frames_tx_lo = new->tx_stat_gtpp_lo; in bnx2x_bmac_stats_update() 633 pstats->pfc_frames_rx_hi = new->rx_stat_grpp_hi; in bnx2x_bmac_stats_update() 634 pstats->pfc_frames_rx_lo = new->rx_stat_grpp_lo; in bnx2x_bmac_stats_update() 638 pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bnx2x_bmac_stats_update() 640 pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bnx2x_bmac_stats_update() 643 pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bnx2x_bmac_stats_update() 645 pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bnx2x_bmac_stats_update() 648 pstats->pfc_frames_rx_hi; in bnx2x_bmac_stats_update() [all …]
|
D | bnx2x_stats.h | 396 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \ 397 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \ 398 pstats->mac_stx[0].t##_hi = new->s##_hi; \ 399 pstats->mac_stx[0].t##_lo = new->s##_lo; \ 400 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \ 401 pstats->mac_stx[1].t##_lo, diff.lo); \ 421 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \ 422 pstats->mac_stx[1].t##_lo, new->diff##_lo); \ 427 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \ 428 pstats->mac_stx[1].s##_lo, \
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 297 const struct cmac_statistics *pstats; in t1_get_stats() local 300 pstats = p->mac->ops->statistics_update(p->mac, in t1_get_stats() 303 ns->tx_packets = pstats->TxUnicastFramesOK + in t1_get_stats() 304 pstats->TxMulticastFramesOK + pstats->TxBroadcastFramesOK; in t1_get_stats() 306 ns->rx_packets = pstats->RxUnicastFramesOK + in t1_get_stats() 307 pstats->RxMulticastFramesOK + pstats->RxBroadcastFramesOK; in t1_get_stats() 309 ns->tx_bytes = pstats->TxOctetsOK; in t1_get_stats() 310 ns->rx_bytes = pstats->RxOctetsOK; in t1_get_stats() 312 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors + in t1_get_stats() 313 pstats->TxUnderrun + pstats->TxFramesAbortedDueToXSCollisions; in t1_get_stats() [all …]
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 287 #define PPORT_802_3_GET(pstats, c) \ argument 288 MLX5_GET64(ppcnt_reg, pstats->IEEE_802_3_counters, \ 290 #define PPORT_2863_GET(pstats, c) \ argument 291 MLX5_GET64(ppcnt_reg, pstats->RFC_2863_counters, \ 293 #define PPORT_2819_GET(pstats, c) \ argument 294 MLX5_GET64(ppcnt_reg, pstats->RFC_2819_counters, \ 296 #define PPORT_PHY_STATISTICAL_GET(pstats, c) \ argument 297 MLX5_GET64(ppcnt_reg, (pstats)->phy_statistical_counters, \ 299 #define PPORT_PER_PRIO_GET(pstats, prio, c) \ argument 300 MLX5_GET64(ppcnt_reg, pstats->per_prio_counters[prio], \ [all …]
|
D | en_stats.c | 833 struct mlx5e_pport_stats *pstats = &priv->stats.pport; variable 843 out = pstats->IEEE_802_3_counters; 991 struct mlx5e_pport_stats *pstats = &priv->stats.pport; variable 998 out = pstats->RFC_2863_counters; 1050 struct mlx5e_pport_stats *pstats = &priv->stats.pport; variable 1060 out = pstats->RFC_2819_counters; 1206 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 1213 out = pstats->phy_counters; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1220 out = pstats->phy_statistical_counters; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1384 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local [all …]
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 3662 struct ath10k_per_peer_tx_stats *pstats, in ath10k_accumulate_per_peer_tx_stats() argument 3676 mcs = ATH10K_HW_MCS_RATE(pstats->ratecode); in ath10k_accumulate_per_peer_tx_stats() 3686 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats() 3687 STATS_OP_FMT(SUCC).vht[1][mcs] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats() 3688 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3689 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3690 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats() 3691 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats() 3693 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats() 3694 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats() [all …]
|
/linux-5.19.10/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1464 struct rtllib_rx_stats *pstats, in _rtl92e_query_rxphystatus() argument 1492 pstats->bPacketMatchBSSID = precord_stats->bPacketMatchBSSID = in _rtl92e_query_rxphystatus() 1494 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in _rtl92e_query_rxphystatus() 1495 pstats->bIsCCK = precord_stats->bIsCCK = is_cck_rate; in _rtl92e_query_rxphystatus() 1496 pstats->bPacketBeacon = precord_stats->bPacketBeacon = bPacketBeacon; in _rtl92e_query_rxphystatus() 1497 pstats->bToSelfBA = precord_stats->bToSelfBA = bToSelfBA; in _rtl92e_query_rxphystatus() 1513 pstats->RxMIMOSignalQuality[0] = -1; in _rtl92e_query_rxphystatus() 1514 pstats->RxMIMOSignalQuality[1] = -1; in _rtl92e_query_rxphystatus() 1570 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus() 1571 pstats->RecvSignalPower = rx_pwr_all; in _rtl92e_query_rxphystatus() [all …]
|
/linux-5.19.10/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 126 struct vxlan_vni_stats_pcpu *pstats; in vxlan_vnifilter_stats_get() local 130 pstats = per_cpu_ptr(vninode->stats, i); in vxlan_vnifilter_stats_get() 132 start = u64_stats_fetch_begin_irq(&pstats->syncp); in vxlan_vnifilter_stats_get() 133 memcpy(&temp, &pstats->stats, sizeof(temp)); in vxlan_vnifilter_stats_get() 134 } while (u64_stats_fetch_retry_irq(&pstats->syncp, start)); in vxlan_vnifilter_stats_get() 150 struct vxlan_vni_stats_pcpu *pstats = this_cpu_ptr(vninode->stats); in vxlan_vnifilter_stats_add() local 152 u64_stats_update_begin(&pstats->syncp); in vxlan_vnifilter_stats_add() 155 pstats->stats.rx_bytes += len; in vxlan_vnifilter_stats_add() 156 pstats->stats.rx_packets++; in vxlan_vnifilter_stats_add() 159 pstats->stats.rx_drops++; in vxlan_vnifilter_stats_add() [all …]
|
/linux-5.19.10/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 468 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_tx_dbg_stats() local 474 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_tx_dbg_stats() 477 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_tx_dbg_stats() 486 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_rx_dbg_stats() local 492 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_rx_dbg_stats() 495 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_rx_dbg_stats() 641 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_write() local 642 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_write() 654 switch (pstats->type) { in ocrdma_dbgfs_ops_write() 689 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_read() local [all …]
|
/linux-5.19.10/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 771 struct xlgmac_stats *pstats = &pdata->stats; in xlgmac_get_stats64() local 775 s->rx_packets = pstats->rxframecount_gb; in xlgmac_get_stats64() 776 s->rx_bytes = pstats->rxoctetcount_gb; in xlgmac_get_stats64() 777 s->rx_errors = pstats->rxframecount_gb - in xlgmac_get_stats64() 778 pstats->rxbroadcastframes_g - in xlgmac_get_stats64() 779 pstats->rxmulticastframes_g - in xlgmac_get_stats64() 780 pstats->rxunicastframes_g; in xlgmac_get_stats64() 781 s->multicast = pstats->rxmulticastframes_g; in xlgmac_get_stats64() 782 s->rx_length_errors = pstats->rxlengtherror; in xlgmac_get_stats64() 783 s->rx_crc_errors = pstats->rxcrcerror; in xlgmac_get_stats64() [all …]
|
/linux-5.19.10/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.c | 432 struct ieee80211_rx_stats *pstats) in cmpk_message_handle_rx() argument 442 if (!pstats) in cmpk_message_handle_rx() 446 total_length = pstats->Length; in cmpk_message_handle_rx() 449 pcmd_buff = pstats->virtual_address; in cmpk_message_handle_rx()
|
D | r8192U_core.c | 693 static u32 get_rxpacket_shiftbytes_819xusb(struct ieee80211_rx_stats *pstats) in get_rxpacket_shiftbytes_819xusb() argument 695 return (sizeof(struct rx_desc_819x_usb) + pstats->RxDrvInfoSize in get_rxpacket_shiftbytes_819xusb() 696 + pstats->RxBufShift); in get_rxpacket_shiftbytes_819xusb() 874 struct ieee80211_rx_stats *pstats) in rtl819xusb_rx_command_packet() argument 878 status = cmpk_message_handle_rx(dev, pstats); in rtl819xusb_rx_command_packet() 3998 struct ieee80211_rx_stats *pstats, in rtl8192_query_rxphystatus() argument 4025 pstats->bPacketMatchBSSID = in rtl8192_query_rxphystatus() 4027 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in rtl8192_query_rxphystatus() 4028 pstats->bIsCCK = precord_stats->bIsCCK = is_cck_rate; in rtl8192_query_rxphystatus() 4029 pstats->bPacketBeacon = precord_stats->bPacketBeacon = bPacketBeacon; in rtl8192_query_rxphystatus() [all …]
|
D | r819xU_cmdpkt.h | 186 struct ieee80211_rx_stats *pstats);
|
/linux-5.19.10/net/netfilter/ |
D | nf_tables_core.c | 168 struct nft_stats __percpu *pstats; in nft_update_chain_stats() local 173 pstats = READ_ONCE(base_chain->stats); in nft_update_chain_stats() 174 if (pstats) { in nft_update_chain_stats() 176 stats = this_cpu_ptr(pstats); in nft_update_chain_stats()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 678 struct fcoe_tx_stat pstats; in _qed_fcoe_get_pstats() local 681 memset(&pstats, 0, sizeof(pstats)); in _qed_fcoe_get_pstats() 684 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, sizeof(pstats)); in _qed_fcoe_get_pstats() 686 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats() 688 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats() 690 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats() 692 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
|
D | qed_l2.c | 1609 *p_addr = p_resp->pfdev_info.stats_info.pstats.address; in __qed_get_vport_pstats_addrlen() 1610 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __qed_get_vport_pstats_addrlen() 1618 struct eth_pstorm_per_queue_stat pstats; in __qed_get_vport_pstats() local 1624 memset(&pstats, 0, sizeof(pstats)); in __qed_get_vport_pstats() 1625 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, pstats_len); in __qed_get_vport_pstats() 1628 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats() 1630 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats() 1632 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats() 1634 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats() 1636 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats() [all …]
|
D | qed_iscsi.c | 987 struct pstorm_iscsi_stats_drv pstats; in _qed_iscsi_get_pstats() local 990 memset(&pstats, 0, sizeof(pstats)); in _qed_iscsi_get_pstats() 993 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, sizeof(pstats)); in _qed_iscsi_get_pstats() 996 HILO_64_REGPAIR(pstats.iscsi_tx_bytes_cnt); in _qed_iscsi_get_pstats() 998 HILO_64_REGPAIR(pstats.iscsi_tx_packet_cnt); in _qed_iscsi_get_pstats()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1492 const struct mac_stats *pstats; in cxgb_get_stats() local 1495 pstats = t3_mac_update_stats(&pi->mac); in cxgb_get_stats() 1498 ns->tx_bytes = pstats->tx_octets; in cxgb_get_stats() 1499 ns->tx_packets = pstats->tx_frames; in cxgb_get_stats() 1500 ns->rx_bytes = pstats->rx_octets; in cxgb_get_stats() 1501 ns->rx_packets = pstats->rx_frames; in cxgb_get_stats() 1502 ns->multicast = pstats->rx_mcast_frames; in cxgb_get_stats() 1504 ns->tx_errors = pstats->tx_underrun; in cxgb_get_stats() 1505 ns->rx_errors = pstats->rx_symbol_errs + pstats->rx_fcs_errs + in cxgb_get_stats() 1506 pstats->rx_too_long + pstats->rx_jabber + pstats->rx_short + in cxgb_get_stats() [all …]
|
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 2079 struct xgbe_mmc_stats *pstats = &pdata->mmc_stats; in xgbe_get_stats64() local 2085 s->rx_packets = pstats->rxframecount_gb; in xgbe_get_stats64() 2086 s->rx_bytes = pstats->rxoctetcount_gb; in xgbe_get_stats64() 2087 s->rx_errors = pstats->rxframecount_gb - in xgbe_get_stats64() 2088 pstats->rxbroadcastframes_g - in xgbe_get_stats64() 2089 pstats->rxmulticastframes_g - in xgbe_get_stats64() 2090 pstats->rxunicastframes_g; in xgbe_get_stats64() 2091 s->multicast = pstats->rxmulticastframes_g; in xgbe_get_stats64() 2092 s->rx_length_errors = pstats->rxlengtherror; in xgbe_get_stats64() 2093 s->rx_crc_errors = pstats->rxcrcerror; in xgbe_get_stats64() [all …]
|
/linux-5.19.10/net/bridge/ |
D | br_multicast.c | 3573 struct bridge_mcast_stats *pstats; in br_multicast_err_count() local 3585 pstats = this_cpu_ptr(stats); in br_multicast_err_count() 3587 u64_stats_update_begin(&pstats->syncp); in br_multicast_err_count() 3590 pstats->mstats.igmp_parse_errors++; in br_multicast_err_count() 3594 pstats->mstats.mld_parse_errors++; in br_multicast_err_count() 3598 u64_stats_update_end(&pstats->syncp); in br_multicast_err_count() 4770 struct bridge_mcast_stats *pstats = this_cpu_ptr(stats); in br_mcast_stats_add() local 4774 u64_stats_update_begin(&pstats->syncp); in br_mcast_stats_add() 4780 pstats->mstats.igmp_v1reports[dir]++; in br_mcast_stats_add() 4783 pstats->mstats.igmp_v2reports[dir]++; in br_mcast_stats_add() [all …]
|