Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Ddst.h374 DEV_STATS_ADD(dev, rx_bytes, skb->len); in skb_tunnel_rx()
/Linux-v6.6/net/ipv4/
Dipmr.c509 DEV_STATS_ADD(dev, tx_bytes, skb->len); in reg_vif_xmit()
1856 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit()
1916 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit()
/Linux-v6.6/net/ipv6/
Dip6mr.c611 DEV_STATS_ADD(dev, tx_bytes, skb->len); in reg_vif_xmit()
2037 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ip6mr_forward2()
/Linux-v6.6/include/linux/
Dnetdevice.h5215 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ macro