Symbol: u64_stats_add
drivers/net/can/xilinx_can.c
1208
u64_stats_add(&priv->ecc_rx_2_bit_errors,
drivers/net/can/xilinx_can.c
1213
u64_stats_add(&priv->ecc_rx_1_bit_errors,
drivers/net/can/xilinx_can.c
1218
u64_stats_add(&priv->ecc_txol_2_bit_errors,
drivers/net/can/xilinx_can.c
1223
u64_stats_add(&priv->ecc_txol_1_bit_errors,
drivers/net/can/xilinx_can.c
1228
u64_stats_add(&priv->ecc_txtl_2_bit_errors,
drivers/net/can/xilinx_can.c
1233
u64_stats_add(&priv->ecc_txtl_1_bit_errors,
drivers/net/ethernet/alacritech/slicoss.c
381
u64_stats_add(&sdev->stats.tx_bytes, bytes);
drivers/net/ethernet/alacritech/slicoss.c
382
u64_stats_add(&sdev->stats.tx_packets, frames);
drivers/net/ethernet/alacritech/slicoss.c
618
u64_stats_add(&sdev->stats.rx_bytes, bytes);
drivers/net/ethernet/alacritech/slicoss.c
619
u64_stats_add(&sdev->stats.rx_packets, frames);
drivers/net/ethernet/asix/ax88796c_main.c
374
u64_stats_add(&stats->tx_bytes, entry->len);
drivers/net/ethernet/asix/ax88796c_main.c
427
u64_stats_add(&stats->rx_bytes, skb->len);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
433
u64_stats_add(&stats->tx_bytes, txcb->bytes_sent);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
557
u64_stats_add(&stats->rx_bytes, len);
drivers/net/ethernet/broadcom/genet/bcmgenet.c
1174
u64_stats_add(&stats->m, v); \
drivers/net/ethernet/broadcom/genet/bcmgenet.c
1961
u64_stats_add(&stats->packets, pkts_compl);
drivers/net/ethernet/broadcom/genet/bcmgenet.c
1962
u64_stats_add(&stats->bytes, bytes_compl);
drivers/net/ethernet/broadcom/genet/bcmgenet.c
2434
u64_stats_add(&stats->bytes, len);
drivers/net/ethernet/intel/ice/ice_lib.c
3448
u64_stats_add(&tx_ring->ring_stats->pkts, pkts);
drivers/net/ethernet/intel/ice/ice_lib.c
3449
u64_stats_add(&tx_ring->ring_stats->bytes, bytes);
drivers/net/ethernet/intel/ice/ice_lib.c
3462
u64_stats_add(&rx_ring->ring_stats->pkts, pkts);
drivers/net/ethernet/intel/ice/ice_lib.c
3463
u64_stats_add(&rx_ring->ring_stats->bytes, bytes);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1156
u64_stats_add(&pstats->rx_hw_csum_err, hw_csum_err);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1157
u64_stats_add(&pstats->rx_hsplit, hsplit);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1158
u64_stats_add(&pstats->rx_hsplit_hbo, hsplit_hbo);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1159
u64_stats_add(&pstats->rx_bad_descs, bad_descs);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1187
u64_stats_add(&pstats->tx_linearize, linearize);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1188
u64_stats_add(&pstats->tx_busy, qbusy);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1189
u64_stats_add(&pstats->tx_drops, skb_drops);
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
1190
u64_stats_add(&pstats->tx_dma_map_errs, dma_map_errs);
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
1101
u64_stats_add(&rx_q->q_stats.packets, rs.packets);
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
1102
u64_stats_add(&rx_q->q_stats.bytes, rs.bytes);
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
566
u64_stats_add(&tx_q->q_stats.packets, ss.packets);
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
567
u64_stats_add(&tx_q->q_stats.bytes, ss.bytes);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2252
u64_stats_add(&tx_q->q_stats.packets, cleaned_stats.packets);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2253
u64_stats_add(&tx_q->q_stats.bytes, cleaned_stats.bytes);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3640
u64_stats_add(&rxq->q_stats.packets, rs.packets);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3641
u64_stats_add(&rxq->q_stats.bytes, rs.bytes);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3642
u64_stats_add(&rxq->q_stats.hsplit_pkts, rs.hsplit);
drivers/net/ethernet/intel/idpf/xsk.c
541
u64_stats_add(&rxq->q_stats.packets, rs.packets);
drivers/net/ethernet/intel/idpf/xsk.c
542
u64_stats_add(&rxq->q_stats.bytes, rs.bytes);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2751
u64_stats_add(&txq_stats->napi.tx_set_ic_bit, tx_set_ic_bit);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2964
u64_stats_add(&txq_stats->napi.tx_packets, tx_packets);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2965
u64_stats_add(&txq_stats->napi.tx_pkt_n, tx_packets);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4553
u64_stats_add(&txq_stats->q.tx_bytes, skb->len);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4555
u64_stats_add(&txq_stats->q.tx_tso_nfrags, nfrags);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4844
u64_stats_add(&txq_stats->q.tx_bytes, skb->len);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
5328
u64_stats_add(&rxq_stats->napi.rx_bytes, len);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
5568
u64_stats_add(&rxq_stats->napi.rx_pkt_n, count);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
5864
u64_stats_add(&rxq_stats->napi.rx_packets, rx_packets);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
5865
u64_stats_add(&rxq_stats->napi.rx_bytes, rx_bytes);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
5866
u64_stats_add(&rxq_stats->napi.rx_pkt_n, count);
drivers/net/ethernet/ti/netcp_core.c
1049
u64_stats_add(&tx_stats->tx_bytes, skb->len);
drivers/net/ethernet/ti/netcp_core.c
763
u64_stats_add(&rx_stats->rx_bytes, skb->len);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1010
u64_stats_add(&lp->tx_packets, packets);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1011
u64_stats_add(&lp->tx_bytes, size);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1191
u64_stats_add(&lp->rx_packets, 1);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1192
u64_stats_add(&lp->rx_bytes, rx_len);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1297
u64_stats_add(&lp->rx_packets, packets);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1298
u64_stats_add(&lp->rx_bytes, size);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
879
u64_stats_add(&lp->tx_bytes, len);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
880
u64_stats_add(&lp->tx_packets, 1);
drivers/net/ifb.c
85
u64_stats_add(&stats->bytes, len);
drivers/net/ipvlan/ipvlan_core.c
26
u64_stats_add(&pcptr->rx_bytes, len);
drivers/net/ipvlan/ipvlan_main.c
234
u64_stats_add(&pcptr->tx_bytes, skblen);
drivers/net/macvlan.c
595
u64_stats_add(&pcpu_stats->tx_bytes, len);
drivers/net/mhi_net.c
226
u64_stats_add(&mhi_netdev->stats.rx_bytes, skb->len);
drivers/net/mhi_net.c
260
u64_stats_add(&mhi_netdev->stats.tx_bytes, mhi_res->bytes_xferd);
drivers/net/netdevsim/psp.c
77
u64_stats_add(&ns->psp.tx_bytes,
drivers/net/netdevsim/psp.c
79
u64_stats_add(&ns->psp.rx_bytes,
drivers/net/team/team_core.c
1694
u64_stats_add(&pcpu_stats->tx_bytes, len);
drivers/net/team/team_core.c
754
u64_stats_add(&pcpu_stats->rx_bytes, skb->len);
drivers/net/usb/usbnet.c
1309
u64_stats_add(&stats64->tx_packets, entry->packets);
drivers/net/usb/usbnet.c
1310
u64_stats_add(&stats64->tx_bytes, entry->length);
drivers/net/usb/usbnet.c
347
u64_stats_add(&stats64->rx_bytes, skb->len);
drivers/net/virtio_net.c
1088
u64_stats_add(&sq->stats.bytes, stats.bytes + stats.napi_bytes);
drivers/net/virtio_net.c
1089
u64_stats_add(&sq->stats.packets, stats.packets + stats.napi_packets);
drivers/net/virtio_net.c
1285
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
1316
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
1419
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
1577
u64_stats_add(&sq->stats.packets, stats.packets);
drivers/net/virtio_net.c
1578
u64_stats_add(&sq->stats.bytes, stats.bytes);
drivers/net/virtio_net.c
1579
u64_stats_add(&sq->stats.kicks, kicks);
drivers/net/virtio_net.c
1580
u64_stats_add(&sq->stats.xdp_tx, sent);
drivers/net/virtio_net.c
1761
u64_stats_add(&sq->stats.bytes, stats.bytes);
drivers/net/virtio_net.c
1762
u64_stats_add(&sq->stats.packets, stats.packets);
drivers/net/virtio_net.c
1763
u64_stats_add(&sq->stats.xdp_tx, n);
drivers/net/virtio_net.c
1764
u64_stats_add(&sq->stats.xdp_tx_drops, n - nxmit);
drivers/net/virtio_net.c
1765
u64_stats_add(&sq->stats.kicks, kicks);
drivers/net/virtio_net.c
2058
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
2113
u64_stats_add(&stats->bytes, len - vi->hdr_len);
drivers/net/virtio_net.c
2141
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
2249
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
2476
u64_stats_add(&stats->bytes, len - vi->hdr_len);
drivers/net/virtio_net.c
2511
u64_stats_add(&stats->bytes, len);
drivers/net/virtio_net.c
3011
u64_stats_add(item, u64_stats_read(src));
drivers/net/virtio_net.c
3014
u64_stats_add(&rq->stats.packets, u64_stats_read(&stats.packets));
drivers/net/virtio_net.c
3015
u64_stats_add(&rq->stats.bytes, u64_stats_read(&stats.bytes));
drivers/net/wwan/mhi_wwan_mbim.c
345
u64_stats_add(&link->rx_bytes, skbn->len);
drivers/net/wwan/mhi_wwan_mbim.c
510
u64_stats_add(&link->tx_bytes, mhi_res->bytes_xferd);
drivers/net/xen-netfront.c
1253
u64_stats_add(&rx_stats->bytes, skb->len);
drivers/net/xen-netfront.c
637
u64_stats_add(&tx_stats->bytes, xdpf->len);
drivers/net/xen-netfront.c
846
u64_stats_add(&tx_stats->bytes, skb->len);
drivers/spi/spi-mem.c
350
u64_stats_add(&stats->bytes, len);
drivers/spi/spi-mem.c
356
u64_stats_add(&stats->bytes_tx, op->data.nbytes);
drivers/spi/spi-mem.c
358
u64_stats_add(&stats->bytes_rx, op->data.nbytes);
drivers/spi/spi.c
324
u64_stats_add(&stats->bytes, xfer->len);
drivers/spi/spi.c
326
u64_stats_add(&stats->bytes_tx, xfer->len);
drivers/spi/spi.c
328
u64_stats_add(&stats->bytes_rx, xfer->len);
include/linux/filter.h
719
u64_stats_add(&stats->nsecs, duration);
include/linux/if_macvlan.h
50
u64_stats_add(&pcpu_stats->rx_bytes, len);
include/linux/netdevice.h
3001
u64_stats_add(&tstats->rx_bytes, len);
include/linux/netdevice.h
3013
u64_stats_add(&tstats->tx_bytes, len);
include/linux/netdevice.h
3014
u64_stats_add(&tstats->tx_packets, packets);
include/linux/netdevice.h
3023
u64_stats_add(&lstats->bytes, len);
include/linux/netdevice.h
3035
u64_stats_add(&dstats->rx_bytes, len);
include/linux/netdevice.h
3054
u64_stats_add(&dstats->rx_drops, packets);
include/linux/netdevice.h
3065
u64_stats_add(&dstats->tx_bytes, len);
include/linux/spi/spi.h
101
u64_stats_add(&__lstats->field, count); \
include/net/ip_tunnels.h
672
u64_stats_add(&dstats->tx_bytes, pkt_len);
include/net/ip_tunnels.h
682
u64_stats_add(&tstats->tx_bytes, pkt_len);
include/net/sch_generic.h
932
u64_stats_add(&bstats->bytes, bytes);
include/net/sch_generic.h
933
u64_stats_add(&bstats->packets, packets);
kernel/bpf/trampoline.c
1176
u64_stats_add(&stats->nsecs, duration);
net/8021q/vlan_core.c
67
u64_stats_add(&rx_stats->rx_bytes, skb->len);
net/8021q/vlan_dev.c
134
u64_stats_add(&stats->tx_bytes, len);
net/bridge/br_vlan.c
1403
u64_stats_add(&stats->rx_packets, rxpackets);
net/bridge/br_vlan.c
1404
u64_stats_add(&stats->rx_bytes, rxbytes);
net/bridge/br_vlan.c
1405
u64_stats_add(&stats->tx_bytes, txbytes);
net/bridge/br_vlan.c
1406
u64_stats_add(&stats->tx_packets, txpackets);
net/bridge/br_vlan.c
510
u64_stats_add(&stats->tx_bytes, skb->len);
net/bridge/br_vlan.c
629
u64_stats_add(&stats->rx_bytes, skb->len);
net/core/drop_monitor.c
1456
u64_stats_add(&stats->dropped, dropped);
net/core/drop_monitor.c
1500
u64_stats_add(&stats->dropped, dropped);
net/devlink/trap.c
1455
u64_stats_add(&stats->rx_bytes, skb_len);
net/devlink/trap.c
174
u64_stats_add(&stats->rx_packets, rx_packets);
net/devlink/trap.c
175
u64_stats_add(&stats->rx_bytes, rx_bytes);
net/ipv6/seg6_local.c
1601
u64_stats_add(&pcounters->bytes, len);
net/mac80211/rx.c
1883
u64_stats_add(&link_sta->rx_stats.bytes, rx->skb->len);
net/mac80211/rx.c
4890
u64_stats_add(&stats->bytes, orig_len);
net/netfilter/ipvs/ip_vs_core.c
135
u64_stats_add(&s->cnt.inbytes, skb->len);
net/netfilter/ipvs/ip_vs_core.c
142
u64_stats_add(&s->cnt.inbytes, skb->len);
net/netfilter/ipvs/ip_vs_core.c
148
u64_stats_add(&s->cnt.inbytes, skb->len);
net/netfilter/ipvs/ip_vs_core.c
171
u64_stats_add(&s->cnt.outbytes, skb->len);
net/netfilter/ipvs/ip_vs_core.c
178
u64_stats_add(&s->cnt.outbytes, skb->len);
net/netfilter/ipvs/ip_vs_core.c
184
u64_stats_add(&s->cnt.outbytes, skb->len);
net/netfilter/nft_counter.c
292
u64_stats_add(&this_cpu->packets, stats->pkts);
net/netfilter/nft_counter.c
293
u64_stats_add(&this_cpu->bytes, stats->bytes);
net/netfilter/nft_counter.c
50
u64_stats_add(&this_cpu->bytes, pkt->skb->len);
net/netfilter/xt_RATEEST.c
100
u64_stats_add(&stats->bytes, skb->len);