/Linux-v6.1/net/core/ |
D | gen_stats.c | 139 bytes = u64_stats_read(&bcpu->bytes); in gnet_stats_add_basic_cpu() 140 packets = u64_stats_read(&bcpu->packets); in gnet_stats_add_basic_cpu() 166 bytes = u64_stats_read(&b->bytes); in gnet_stats_add_basic() 167 packets = u64_stats_read(&b->packets); in gnet_stats_add_basic() 191 bytes = u64_stats_read(&bcpu->bytes); in gnet_stats_read_basic() 192 packets = u64_stats_read(&bcpu->packets); in gnet_stats_read_basic() 205 *ret_bytes = u64_stats_read(&b->bytes); in gnet_stats_read_basic() 206 *ret_packets = u64_stats_read(&b->packets); in gnet_stats_read_basic()
|
D | gen_estimator.c | 84 b_bytes = u64_stats_read(&b.bytes); in est_timer() 85 b_packets = u64_stats_read(&b.packets); in est_timer() 173 est->last_bytes = u64_stats_read(&b.bytes); in gen_new_estimator() 174 est->last_packets = u64_stats_read(&b.packets); in gen_new_estimator()
|
D | drop_monitor.c | 1436 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read() 1455 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put() 1480 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read() 1499 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()
|
D | devlink.c | 8308 rx_packets = u64_stats_read(&cpu_stats->rx_packets); in devlink_trap_stats_read() 8309 rx_bytes = u64_stats_read(&cpu_stats->rx_bytes); in devlink_trap_stats_read() 8331 u64_stats_read(&stats.rx_packets), in devlink_trap_group_stats_put() 8336 u64_stats_read(&stats.rx_bytes), in devlink_trap_group_stats_put() 8377 u64_stats_read(&stats.rx_packets), in devlink_trap_stats_put() 8382 u64_stats_read(&stats.rx_bytes), in devlink_trap_stats_put()
|
D | dev.c | 10481 rx_packets = u64_stats_read(&stats->rx_packets); in dev_fetch_sw_netstats() 10482 rx_bytes = u64_stats_read(&stats->rx_bytes); in dev_fetch_sw_netstats() 10483 tx_packets = u64_stats_read(&stats->tx_packets); in dev_fetch_sw_netstats() 10484 tx_bytes = u64_stats_read(&stats->tx_bytes); in dev_fetch_sw_netstats()
|
/Linux-v6.1/drivers/net/ |
D | mhi_net.c | 108 stats->rx_packets = u64_stats_read(&mhi_netdev->stats.rx_packets); in mhi_ndo_get_stats64() 109 stats->rx_bytes = u64_stats_read(&mhi_netdev->stats.rx_bytes); in mhi_ndo_get_stats64() 110 stats->rx_errors = u64_stats_read(&mhi_netdev->stats.rx_errors); in mhi_ndo_get_stats64() 115 stats->tx_packets = u64_stats_read(&mhi_netdev->stats.tx_packets); in mhi_ndo_get_stats64() 116 stats->tx_bytes = u64_stats_read(&mhi_netdev->stats.tx_bytes); in mhi_ndo_get_stats64() 117 stats->tx_errors = u64_stats_read(&mhi_netdev->stats.tx_errors); in mhi_ndo_get_stats64() 118 stats->tx_dropped = u64_stats_read(&mhi_netdev->stats.tx_dropped); in mhi_ndo_get_stats64()
|
D | loopback.c | 110 tpackets = u64_stats_read(&lb_stats->packets); in dev_lstats_read() 111 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
|
D | macvlan.c | 952 rx_packets = u64_stats_read(&p->rx_packets); in macvlan_dev_get_stats64() 953 rx_bytes = u64_stats_read(&p->rx_bytes); in macvlan_dev_get_stats64() 954 rx_multicast = u64_stats_read(&p->rx_multicast); in macvlan_dev_get_stats64() 955 tx_packets = u64_stats_read(&p->tx_packets); in macvlan_dev_get_stats64() 956 tx_bytes = u64_stats_read(&p->tx_bytes); in macvlan_dev_get_stats64()
|
/Linux-v6.1/drivers/net/wwan/ |
D | mhi_wwan_mbim.c | 460 stats->rx_packets = u64_stats_read(&link->rx_packets); in mhi_mbim_ndo_get_stats64() 461 stats->rx_bytes = u64_stats_read(&link->rx_bytes); in mhi_mbim_ndo_get_stats64() 462 stats->rx_errors = u64_stats_read(&link->rx_errors); in mhi_mbim_ndo_get_stats64() 467 stats->tx_packets = u64_stats_read(&link->tx_packets); in mhi_mbim_ndo_get_stats64() 468 stats->tx_bytes = u64_stats_read(&link->tx_bytes); in mhi_mbim_ndo_get_stats64() 469 stats->tx_errors = u64_stats_read(&link->tx_errors); in mhi_mbim_ndo_get_stats64() 470 stats->tx_dropped = u64_stats_read(&link->tx_dropped); in mhi_mbim_ndo_get_stats64()
|
/Linux-v6.1/include/linux/ |
D | u64_stats_sync.h | 77 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function 118 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function
|
/Linux-v6.1/net/8021q/ |
D | vlan_dev.c | 716 rxpackets = u64_stats_read(&p->rx_packets); in vlan_dev_get_stats64() 717 rxbytes = u64_stats_read(&p->rx_bytes); in vlan_dev_get_stats64() 718 rxmulticast = u64_stats_read(&p->rx_multicast); in vlan_dev_get_stats64() 719 txpackets = u64_stats_read(&p->tx_packets); in vlan_dev_get_stats64() 720 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64()
|
/Linux-v6.1/drivers/net/ipvlan/ |
D | ipvlan_main.c | 305 rx_pkts = u64_stats_read(&pcptr->rx_pkts); in ipvlan_get_stats64() 306 rx_bytes = u64_stats_read(&pcptr->rx_bytes); in ipvlan_get_stats64() 307 rx_mcast = u64_stats_read(&pcptr->rx_mcast); in ipvlan_get_stats64() 308 tx_pkts = u64_stats_read(&pcptr->tx_pkts); in ipvlan_get_stats64() 309 tx_bytes = u64_stats_read(&pcptr->tx_bytes); in ipvlan_get_stats64()
|
/Linux-v6.1/net/sched/ |
D | sch_htb.c | 1310 bytes += u64_stats_read(&c->bstats_bias.bytes); in htb_offload_aggregate_stats() 1311 packets += u64_stats_read(&c->bstats_bias.packets); in htb_offload_aggregate_stats() 1313 bytes += u64_stats_read(&c->leaf.q->bstats.bytes); in htb_offload_aggregate_stats() 1314 packets += u64_stats_read(&c->leaf.q->bstats.packets); in htb_offload_aggregate_stats() 1347 u64_stats_read(&cl->bstats_bias.bytes), in htb_dump_class_stats() 1348 u64_stats_read(&cl->bstats_bias.packets)); in htb_dump_class_stats() 1567 u64_stats_read(&q->bstats.bytes), in htb_destroy_class_offload() 1568 u64_stats_read(&q->bstats.packets)); in htb_destroy_class_offload() 1934 u64_stats_read(&old_q->bstats.bytes), in htb_change_class() 1935 u64_stats_read(&old_q->bstats.packets)); in htb_change_class()
|
D | sch_gred.c | 383 table->tab[i]->packetsin += u64_stats_read(&hw_stats->stats.bstats[i].packets); in gred_offload_dump_stats() 384 table->tab[i]->bytesin += u64_stats_read(&hw_stats->stats.bstats[i].bytes); in gred_offload_dump_stats() 387 bytes += u64_stats_read(&hw_stats->stats.bstats[i].bytes); in gred_offload_dump_stats() 388 packets += u64_stats_read(&hw_stats->stats.bstats[i].packets); in gred_offload_dump_stats()
|
D | act_simple.c | 39 u64_stats_read(&d->tcf_bstats.packets)); in tcf_simp_act()
|
/Linux-v6.1/net/bridge/ |
D | br_vlan.c | 1393 rxpackets = u64_stats_read(&cpu_stats->rx_packets); in br_vlan_get_stats() 1394 rxbytes = u64_stats_read(&cpu_stats->rx_bytes); in br_vlan_get_stats() 1395 txbytes = u64_stats_read(&cpu_stats->tx_bytes); in br_vlan_get_stats() 1396 txpackets = u64_stats_read(&cpu_stats->tx_packets); in br_vlan_get_stats() 1794 u64_stats_read(&stats.rx_bytes), in br_vlan_stats_fill() 1797 u64_stats_read(&stats.rx_packets), in br_vlan_stats_fill() 1800 u64_stats_read(&stats.tx_bytes), in br_vlan_stats_fill() 1803 u64_stats_read(&stats.tx_packets), in br_vlan_stats_fill()
|
D | br_netlink.c | 1777 vxi.rx_bytes = u64_stats_read(&stats.rx_bytes); in br_fill_linkxstats() 1778 vxi.rx_packets = u64_stats_read(&stats.rx_packets); in br_fill_linkxstats() 1779 vxi.tx_bytes = u64_stats_read(&stats.tx_bytes); in br_fill_linkxstats() 1780 vxi.tx_packets = u64_stats_read(&stats.tx_packets); in br_fill_linkxstats()
|
/Linux-v6.1/drivers/net/ethernet/asix/ |
D | ax88796c_main.c | 666 rx_packets = u64_stats_read(&s->rx_packets); in ax88796c_get_stats64() 667 rx_bytes = u64_stats_read(&s->rx_bytes); in ax88796c_get_stats64() 668 tx_packets = u64_stats_read(&s->tx_packets); in ax88796c_get_stats64() 669 tx_bytes = u64_stats_read(&s->tx_bytes); in ax88796c_get_stats64()
|
/Linux-v6.1/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 1309 stats->rx_packets = u64_stats_read(&lp->rx_packets); in axienet_get_stats64() 1310 stats->rx_bytes = u64_stats_read(&lp->rx_bytes); in axienet_get_stats64() 1315 stats->tx_packets = u64_stats_read(&lp->tx_packets); in axienet_get_stats64() 1316 stats->tx_bytes = u64_stats_read(&lp->tx_bytes); in axienet_get_stats64()
|
/Linux-v6.1/drivers/net/team/ |
D | team.c | 1869 rx_packets = u64_stats_read(&p->rx_packets); in team_get_stats64() 1870 rx_bytes = u64_stats_read(&p->rx_bytes); in team_get_stats64() 1871 rx_multicast = u64_stats_read(&p->rx_multicast); in team_get_stats64() 1872 tx_packets = u64_stats_read(&p->tx_packets); in team_get_stats64() 1873 tx_bytes = u64_stats_read(&p->tx_bytes); in team_get_stats64()
|
/Linux-v6.1/net/ipv6/ |
D | seg6_local.c | 1649 packets = u64_stats_read(&pcounters->packets); in put_nla_counters() 1650 bytes = u64_stats_read(&pcounters->bytes); in put_nla_counters() 1651 errors = u64_stats_read(&pcounters->errors); in put_nla_counters()
|
/Linux-v6.1/net/dsa/ |
D | slave.c | 980 tx_packets = u64_stats_read(&s->tx_packets); in dsa_slave_get_ethtool_stats() 981 tx_bytes = u64_stats_read(&s->tx_bytes); in dsa_slave_get_ethtool_stats() 982 rx_packets = u64_stats_read(&s->rx_packets); in dsa_slave_get_ethtool_stats() 983 rx_bytes = u64_stats_read(&s->rx_bytes); in dsa_slave_get_ethtool_stats()
|
/Linux-v6.1/drivers/net/phy/ |
D | mdio_bus.c | 200 val = u64_stats_read((const u64_stats_t *)p); in mdio_bus_get_stat()
|
/Linux-v6.1/kernel/bpf/ |
D | syscall.c | 2121 tnsecs = u64_stats_read(&st->nsecs); in bpf_prog_get_stats() 2122 tcnt = u64_stats_read(&st->cnt); in bpf_prog_get_stats() 2123 tmisses = u64_stats_read(&st->misses); in bpf_prog_get_stats()
|
/Linux-v6.1/drivers/spi/ |
D | spi.c | 132 inc = u64_stats_read(&pcpu_stats->field); \
|