Home
last modified time | relevance | path

Searched refs:DEV_STATS_INC (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/ipv6/ !
Dsit.c697 DEV_STATS_INC(tunnel->dev, rx_errors); in ipip6_rcv()
717 DEV_STATS_INC(tunnel->dev, rx_frame_errors); in ipip6_rcv()
718 DEV_STATS_INC(tunnel->dev, rx_errors); in ipip6_rcv()
945 DEV_STATS_INC(dev, tx_carrier_errors); in ipip6_tunnel_xmit()
953 DEV_STATS_INC(dev, tx_carrier_errors); in ipip6_tunnel_xmit()
960 DEV_STATS_INC(dev, collisions); in ipip6_tunnel_xmit()
973 DEV_STATS_INC(dev, collisions); in ipip6_tunnel_xmit()
1012 DEV_STATS_INC(dev, tx_dropped); in ipip6_tunnel_xmit()
1042 DEV_STATS_INC(dev, tx_errors); in ipip6_tunnel_xmit()
1061 DEV_STATS_INC(dev, tx_errors); in sit_tunnel_xmit__()
[all …]
/linux-6.1.9/include/net/ !
Ddst.h359 DEV_STATS_INC(dev, rx_packets); in skb_tunnel_rx()
/linux-6.1.9/include/linux/ !
Dnetdevice.h5175 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) macro