| /linux/net/ipv4/ |
| H A D | ip_vti.c | 113 DEV_STATS_INC(dev, rx_errors); in vti_rcv_cb() 114 DEV_STATS_INC(dev, rx_dropped); in vti_rcv_cb() 189 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit() 204 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit() 211 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit() 219 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit() 227 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit() 236 DEV_STATS_INC(dev, collisions); in vti_xmit() 273 DEV_STATS_INC(dev, tx_errors); in vti_xmit() 310 DEV_STATS_INC(dev, tx_errors); in vti_tunnel_xmit()
|
| H A D | ip_tunnel.c | 386 DEV_STATS_INC(tunnel->dev, multicast); in ip_tunnel_rcv() 393 DEV_STATS_INC(tunnel->dev, rx_crc_errors); in ip_tunnel_rcv() 394 DEV_STATS_INC(tunnel->dev, rx_errors); in ip_tunnel_rcv() 401 DEV_STATS_INC(tunnel->dev, rx_fifo_errors); in ip_tunnel_rcv() 402 DEV_STATS_INC(tunnel->dev, rx_errors); in ip_tunnel_rcv() 417 DEV_STATS_INC(tunnel->dev, rx_length_errors); in ip_tunnel_rcv() 418 DEV_STATS_INC(tunnel->dev, rx_errors); in ip_tunnel_rcv() 429 DEV_STATS_INC(tunnel->dev, rx_frame_errors); in ip_tunnel_rcv() 430 DEV_STATS_INC(tunnel->dev, rx_errors); in ip_tunnel_rcv() 616 DEV_STATS_INC(dev, tx_carrier_errors); in ip_md_tunnel_xmit() [all …]
|
| H A D | ip_gre.c | 537 DEV_STATS_INC(dev, tx_dropped); in gre_fb_xmit() 622 DEV_STATS_INC(dev, tx_dropped); in erspan_fb_xmit() 699 DEV_STATS_INC(dev, tx_dropped); in ipgre_xmit() 757 DEV_STATS_INC(dev, tx_dropped); in erspan_xmit() 788 DEV_STATS_INC(dev, tx_dropped); in gre_tap_xmit()
|
| H A D | ipip.c | 322 DEV_STATS_INC(dev, tx_errors); in ipip_tunnel_xmit()
|
| H A D | ipmr.c | 549 DEV_STATS_INC(dev, tx_packets); in reg_vif_xmit() 1920 DEV_STATS_INC(vif_dev, tx_packets); in ipmr_prepare_xmit() 1973 DEV_STATS_INC(vif_dev, tx_packets); in ipmr_prepare_xmit()
|
| H A D | ip_tunnel_core.c | 65 DEV_STATS_INC(dev, tx_errors); in iptunnel_xmit()
|
| /linux/drivers/net/wireguard/ |
| H A D | receive.c | 419 DEV_STATS_INC(dev, rx_errors); in wg_packet_consume_data_done() 420 DEV_STATS_INC(dev, rx_frame_errors); in wg_packet_consume_data_done() 425 DEV_STATS_INC(dev, rx_errors); in wg_packet_consume_data_done() 426 DEV_STATS_INC(dev, rx_frame_errors); in wg_packet_consume_data_done() 431 DEV_STATS_INC(dev, rx_errors); in wg_packet_consume_data_done() 432 DEV_STATS_INC(dev, rx_length_errors); in wg_packet_consume_data_done()
|
| /linux/net/xfrm/ |
| H A D | xfrm_interface_core.c | 381 DEV_STATS_INC(dev, rx_errors); in xfrmi_rcv_cb() 382 DEV_STATS_INC(dev, rx_dropped); in xfrmi_rcv_cb() 473 DEV_STATS_INC(dev, collisions); in xfrmi_xmit2() 512 DEV_STATS_INC(dev, tx_errors); in xfrmi_xmit2() 513 DEV_STATS_INC(dev, tx_aborted_errors); in xfrmi_xmit2() 518 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit2() 544 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit() 560 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit() 579 DEV_STATS_INC(dev, tx_errors); in xfrmi_xmit() 580 DEV_STATS_INC(dev, tx_dropped); in xfrmi_xmit()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 164 DEV_STATS_INC(bareudp->dev, rx_length_errors); in bareudp_udp_encap_recv() 165 DEV_STATS_INC(bareudp->dev, rx_errors); in bareudp_udp_encap_recv() 189 DEV_STATS_INC(bareudp->dev, rx_frame_errors); in bareudp_udp_encap_recv() 190 DEV_STATS_INC(bareudp->dev, rx_errors); in bareudp_udp_encap_recv() 491 DEV_STATS_INC(dev, collisions); in bareudp_xmit() 493 DEV_STATS_INC(dev, tx_carrier_errors); in bareudp_xmit() 495 DEV_STATS_INC(dev, tx_errors); in bareudp_xmit()
|
| H A D | geneve.c | 308 DEV_STATS_INC(geneve->dev, rx_frame_errors); in geneve_rx() 309 DEV_STATS_INC(geneve->dev, rx_errors); in geneve_rx() 325 DEV_STATS_INC(geneve->dev, rx_errors); in geneve_rx() 343 DEV_STATS_INC(geneve->dev, rx_length_errors); in geneve_rx() 344 DEV_STATS_INC(geneve->dev, rx_errors); in geneve_rx() 372 DEV_STATS_INC(geneve->dev, rx_frame_errors); in geneve_rx() 373 DEV_STATS_INC(geneve->dev, rx_errors); in geneve_rx() 717 DEV_STATS_INC(geneve->dev, rx_errors); in geneve_udp_encap_recv() 1636 DEV_STATS_INC(dev, collisions); in geneve_xmit() 1638 DEV_STATS_INC(dev, tx_carrier_errors); in geneve_xmit() [all …]
|
| H A D | macsec.c | 759 DEV_STATS_INC(secy->netdev, rx_dropped); in macsec_post_decrypt() 783 DEV_STATS_INC(secy->netdev, rx_errors); in macsec_post_decrypt() 1107 DEV_STATS_INC(macsec->secy.netdev, rx_dropped); in handle_not_macsec() 1220 DEV_STATS_INC(secy->netdev, rx_errors); in macsec_handle_frame() 1236 DEV_STATS_INC(secy->netdev, rx_errors); in macsec_handle_frame() 1266 DEV_STATS_INC(macsec->secy.netdev, rx_dropped); in macsec_handle_frame() 1307 DEV_STATS_INC(macsec->secy.netdev, rx_dropped); in macsec_handle_frame() 1345 DEV_STATS_INC(macsec->secy.netdev, rx_errors); in macsec_handle_frame() 1364 DEV_STATS_INC(macsec->secy.netdev, rx_dropped); in macsec_handle_frame() 3480 DEV_STATS_INC(dev, tx_dropped); in macsec_start_xmit() [all …]
|
| H A D | virtio_net.c | 812 DEV_STATS_INC(dev, rx_length_errors); in check_mergeable_len() 1070 DEV_STATS_INC(vi->dev, rx_length_errors); in buf_to_xdp() 1161 DEV_STATS_INC(dev, rx_length_errors); in xsk_drop_follow_bufs() 1191 DEV_STATS_INC(vi->dev, rx_length_errors); in xsk_append_merge_buffer() 1306 DEV_STATS_INC(dev, rx_length_errors); in virtnet_receive_xsk_buf() 1963 DEV_STATS_INC(dev, rx_length_errors); in receive_small() 2043 DEV_STATS_INC(dev, rx_length_errors); in mergeable_buf_free() 2150 DEV_STATS_INC(dev, rx_length_errors); in virtnet_build_xdp_buff_mrg() 2428 DEV_STATS_INC(dev, rx_length_errors); in receive_mergeable() 2537 DEV_STATS_INC(dev, rx_frame_errors); in virtnet_receive_done() [all …]
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 821 DEV_STATS_INC(tunnel->dev, rx_crc_errors); in __ip6_tnl_rcv() 822 DEV_STATS_INC(tunnel->dev, rx_errors); in __ip6_tnl_rcv() 830 DEV_STATS_INC(tunnel->dev, rx_fifo_errors); in __ip6_tnl_rcv() 831 DEV_STATS_INC(tunnel->dev, rx_errors); in __ip6_tnl_rcv() 842 DEV_STATS_INC(tunnel->dev, rx_length_errors); in __ip6_tnl_rcv() 843 DEV_STATS_INC(tunnel->dev, rx_errors); in __ip6_tnl_rcv() 863 DEV_STATS_INC(tunnel->dev, rx_length_errors); in __ip6_tnl_rcv() 864 DEV_STATS_INC(tunnel->dev, rx_errors); in __ip6_tnl_rcv() 882 DEV_STATS_INC(tunnel->dev, rx_frame_errors); in __ip6_tnl_rcv() 883 DEV_STATS_INC(tunnel->dev, rx_errors); in __ip6_tnl_rcv() [all …]
|
| H A D | sit.c | 701 DEV_STATS_INC(tunnel->dev, rx_errors); in ipip6_rcv() 721 DEV_STATS_INC(tunnel->dev, rx_frame_errors); in ipip6_rcv() 722 DEV_STATS_INC(tunnel->dev, rx_errors); in ipip6_rcv() 941 DEV_STATS_INC(dev, tx_carrier_errors); in ipip6_tunnel_xmit() 949 DEV_STATS_INC(dev, tx_carrier_errors); in ipip6_tunnel_xmit() 956 DEV_STATS_INC(dev, collisions); in ipip6_tunnel_xmit() 970 DEV_STATS_INC(dev, collisions); in ipip6_tunnel_xmit() 1011 DEV_STATS_INC(dev, tx_dropped); in ipip6_tunnel_xmit() 1041 DEV_STATS_INC(dev, tx_errors); in ipip6_tunnel_xmit() 1060 DEV_STATS_INC(dev, tx_errors); in sit_tunnel_xmit__() [all …]
|
| H A D | ip6_vti.c | 317 DEV_STATS_INC(t->dev, rx_dropped); in vti6_input_proto() 359 DEV_STATS_INC(dev, rx_errors); in vti6_rcv_cb() 360 DEV_STATS_INC(dev, rx_dropped); in vti6_rcv_cb() 505 DEV_STATS_INC(dev, collisions); in vti6_xmit() 543 DEV_STATS_INC(dev, tx_carrier_errors); in vti6_xmit() 589 DEV_STATS_INC(dev, tx_errors); in vti6_tnl_xmit() 590 DEV_STATS_INC(dev, tx_dropped); in vti6_tnl_xmit()
|
| H A D | ip6_gre.c | 911 DEV_STATS_INC(dev, tx_errors); in ip6gre_tunnel_xmit() 912 DEV_STATS_INC(dev, tx_dropped); in ip6gre_tunnel_xmit() 1081 DEV_STATS_INC(dev, tx_errors); in ip6erspan_tunnel_xmit() 1082 DEV_STATS_INC(dev, tx_dropped); in ip6erspan_tunnel_xmit()
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 701 DEV_STATS_INC(dev, tx_errors); in iptunnel_xmit_stats() 702 DEV_STATS_INC(dev, tx_aborted_errors); in iptunnel_xmit_stats() 704 DEV_STATS_INC(dev, tx_dropped); in iptunnel_xmit_stats()
|
| H A D | ip6_tunnel.h | 163 DEV_STATS_INC(dev, tx_errors); in ip6tunnel_xmit()
|
| /linux/net/bridge/ |
| H A D | br_input.c | 195 DEV_STATS_INC(br->dev, multicast); in br_handle_frame_finish() 200 DEV_STATS_INC(br->dev, multicast); in br_handle_frame_finish()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_generic.c | 1487 DEV_STATS_INC(dev, tx_dropped); in ppp_start_xmit() 1895 DEV_STATS_INC(dev, tx_errors); in ppp_prepare_tx_skb() 2163 DEV_STATS_INC(dev, tx_errors); in ppp_mp_explode() 2336 DEV_STATS_INC(netdev_from_priv(ppp), rx_length_errors); in ppp_input() 2398 DEV_STATS_INC(netdev_from_priv(ppp), rx_errors); in ppp_receive_error() 2666 DEV_STATS_INC(dev, rx_dropped); in ppp_receive_mp_frame() 2702 DEV_STATS_INC(dev, rx_length_errors); in ppp_receive_mp_frame() 2808 DEV_STATS_INC(dev, rx_length_errors); in ppp_mp_reconstruct() 2863 DEV_STATS_INC(dev, rx_dropped); in ppp_mp_reconstruct()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 1699 DEV_STATS_INC(vxlan->dev, rx_frame_errors); in vxlan_rcv() 1700 DEV_STATS_INC(vxlan->dev, rx_errors); in vxlan_rcv() 1770 DEV_STATS_INC(vxlan->dev, rx_length_errors); in vxlan_rcv() 1771 DEV_STATS_INC(vxlan->dev, rx_errors); in vxlan_rcv() 1782 DEV_STATS_INC(vxlan->dev, rx_frame_errors); in vxlan_rcv() 1783 DEV_STATS_INC(vxlan->dev, rx_errors); in vxlan_rcv() 2336 DEV_STATS_INC(dev, tx_errors); in encap_bypass_if_local() 2647 DEV_STATS_INC(dev, collisions); in vxlan_xmit_one() 2649 DEV_STATS_INC(dev, tx_carrier_errors); in vxlan_xmit_one() 2651 DEV_STATS_INC(dev, tx_errors); in vxlan_xmit_one()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 5774 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) macro
|