| /linux/arch/s390/appldata/ |
| H A D | appldata_net_sum.c | 44 u64 rx_bytes; /* total bytes received */ member 64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local 73 rx_bytes = 0; in appldata_get_net_sum_data() 89 rx_bytes += stats->rx_bytes; in appldata_get_net_sum_data() 103 net_data->rx_bytes = rx_bytes; in appldata_get_net_sum_data()
|
| /linux/include/net/ |
| H A D | kcm.h | 31 unsigned long long rx_bytes; member 43 unsigned long long rx_bytes; member 188 SAVE_MUX_STATS(rx_bytes); in aggregate_mux_stats()
|
| /linux/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_vnd.c | 28 pcpu_ptr->stats.rx_bytes += skb->len; in rmnet_vnd_rx_fixup() 148 total_stats.rx_bytes += snapshot.rx_bytes; in rmnet_get_stats64() 155 s->rx_bytes = total_stats.rx_bytes; in rmnet_get_stats64()
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim_net.c | 202 u64 tx_pkts = 0, rx_pkts = 0, tx_bytes = 0, rx_bytes = 0; in vdpasim_net_work() local 256 rx_bytes += write; in vdpasim_net_work() 278 net->rx_stats.bytes += rx_bytes; in vdpasim_net_work() 290 u64 rx_pkts, rx_bytes, rx_errors, rx_overruns, rx_drops; in vdpasim_net_get_stats() local 301 rx_bytes = net->rx_stats.bytes; in vdpasim_net_get_stats() 317 rx_bytes, VDPA_ATTR_PAD)) in vdpasim_net_get_stats()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_police.c | 173 old_stats->bytes = new_stats.rx_bytes; in lan966x_police_port_add() 216 new_stats.rx_bytes - old_stats->bytes, in lan966x_police_port_stats() 222 old_stats->bytes = new_stats.rx_bytes; in lan966x_police_port_stats()
|
| H A D | lan966x_mirror.c | 115 new_stats.rx_bytes - old_stats->bytes, in lan966x_mirror_port_stats() 121 old_stats->bytes = new_stats.rx_bytes; in lan966x_mirror_port_stats()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 348 unsigned int *rx_bytes, in i40e_handle_xdp_result_zc() argument 355 *rx_bytes = xdp_get_buff_len(xdp_buff); in i40e_handle_xdp_result_zc() 379 *rx_bytes = 0; in i40e_handle_xdp_result_zc() 385 *rx_bytes = 0; in i40e_handle_xdp_result_zc() 429 unsigned int rx_bytes; in i40e_clean_rx_irq_zc() local 477 &rx_bytes, xdp_res, &failure); in i40e_clean_rx_irq_zc() 482 total_rx_bytes += rx_bytes; in i40e_clean_rx_irq_zc()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | |
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_repr.c | 54 stats->rx_bytes += len; in nfp_repr_inc_rx_stats() 69 stats->rx_bytes = readq(mem + NFP_MAC_STATS_RX_IN_OCTETS); in nfp_repr_phy_port_get_stats64() 85 stats->rx_bytes = readq(port->vnic + NFP_NET_CFG_STATS_TX_OCTETS); in nfp_repr_vnic_get_stats64() 141 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 148 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
| /linux/drivers/net/ |
| H A D | mhi_net.c | 21 u64_stats_t rx_bytes; member 109 stats->rx_bytes = u64_stats_read(&mhi_netdev->stats.rx_bytes); in mhi_ndo_get_stats64() 226 u64_stats_add(&mhi_netdev->stats.rx_bytes, skb->len); in mhi_net_dl_callback()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | vnic_main.c | 71 stats->netstats.rx_bytes += qnstats->rx_bytes; in hfi1_vnic_update_stats() 93 netdev->stats.rx_bytes = stats->netstats.rx_bytes; in hfi1_vnic_update_stats() 161 stats->netstats.rx_bytes += skb->len + ETH_FCS_LEN; in hfi1_vnic_update_rx_counters()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_ethtool.c | 22 u64 rx_bytes; member 50 u64 rx_bytes; member 182 tsnep_stats.rx_bytes += adapter->rx[i].bytes; in tsnep_ethtool_get_ethtool_stats() 205 tsnep_rx_queue_stats.rx_bytes = adapter->rx[i].bytes; in tsnep_ethtool_get_ethtool_stats()
|
| /linux/net/kcm/ |
| H A D | kcmproc.c | 116 kcm->stats.rx_bytes, in kcm_format_sock() 197 mux->stats.rx_bytes, in kcm_format_mux() 298 mux_stats.rx_bytes, in kcm_stats_seq_show()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | rx.c | 146 dev->stats.rx_bytes += skb->len; in lbs_process_rxed_packet() 261 dev->stats.rx_bytes += skb->len; in process_rxed_802_11_packet()
|
| /linux/include/linux/ |
| H A D | if_link.h | 12 __u64 rx_bytes; member
|
| /linux/include/uapi/linux/ |
| H A D | mpls.h | 68 __u64 rx_bytes; /* total bytes received */ member
|
| /linux/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | main.h | 46 u64 rx_bytes; member
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_rx.c | 358 u64 pkt_len = 0, rx_bytes = 0; in rxq_recv() local 427 rx_bytes += pkt_len; in rxq_recv() 431 rx_bytes += ((num_lro - 1) * in rxq_recv() 451 rxq->rxq_stats.bytes += rx_bytes; in rxq_recv()
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 276 u64 rx_bytes = 0; in xenvif_get_stats() local 288 rx_bytes += queue->stats.rx_bytes; in xenvif_get_stats() 296 vif->dev->stats.rx_bytes = rx_bytes; in xenvif_get_stats()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.h | 49 u64 rx_bytes; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | rep.h | 22 u64 rx_bytes; member
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_port.c | 169 dev->stats.rx_bytes = bytes; in mlx4_en_fold_software_stats() 304 stats->rx_bytes = p_stats->rx_bytes_phy; in mlx4_en_DUMP_ETH_STATS() 394 priv->pf_stats.rx_bytes = be64_to_cpu(tmp_counter_stats.rx_bytes); in mlx4_en_DUMP_ETH_STATS()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_mirror.c | 217 new_stats.rx_bytes - old_stats->bytes, in sparx5_mirror_stats() 223 old_stats->bytes = new_stats.rx_bytes; in sparx5_mirror_stats()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_rep.h | 21 atomic64_t rx_bytes, tx_bytes; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_repr.h | 12 u64 rx_bytes; member
|