Searched refs:DEV_STATS_ADD (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/net/ |
D | dst.h | 374 DEV_STATS_ADD(dev, rx_bytes, skb->len); in skb_tunnel_rx()
|
/Linux-v6.6/net/ipv4/ |
D | ipmr.c | 509 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/ |
D | ip6mr.c | 611 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/ |
D | netdevice.h | 5215 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ macro
|