Home
last modified time | relevance | path

Searched refs:DEV_STATS_ADD (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/mac802154/
Dtx.c38 DEV_STATS_ADD(dev, tx_bytes, skb->len); in ieee802154_xmit_sync_worker()
94 DEV_STATS_ADD(dev, tx_bytes, len); in ieee802154_tx()
/linux-6.12.1/drivers/net/wireguard/
Dsend.c336 DEV_STATS_ADD(peer->device->dev, tx_dropped, in wg_packet_purge_staged_packets()
/linux-6.12.1/include/net/
Ddst.h367 DEV_STATS_ADD(dev, rx_bytes, skb->len); in skb_tunnel_rx()
/linux-6.12.1/net/ipv4/
Dipmr.c510 DEV_STATS_ADD(dev, tx_bytes, skb->len); in reg_vif_xmit()
1858 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit()
1918 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit()
/linux-6.12.1/net/ipv6/
Dip6mr.c611 DEV_STATS_ADD(dev, tx_bytes, skb->len); in reg_vif_xmit()
2034 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ip6mr_forward2()
/linux-6.12.1/include/linux/
Dnetdevice.h5268 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ macro