Searched refs:tx_dropped (Results 1 – 24 of 24) sorted by relevance
| /net/sched/ |
| A D | sch_teql.c | 60 unsigned long tx_dropped; member 350 master->tx_dropped++; in teql_master_xmit() 411 stats->tx_dropped = m->tx_dropped; in teql_master_stats64()
|
| /net/8021q/ |
| A D | vlan_dev.c | 137 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit() 668 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local 692 tx_dropped += READ_ONCE(p->tx_dropped); in vlan_dev_get_stats64() 695 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
|
| /net/bridge/ |
| A D | br_forward.c | 127 DEV_STATS_INC(dev, tx_dropped); in deliver_clone() 278 DEV_STATS_INC(dev, tx_dropped); in maybe_deliver_addr()
|
| /net/openvswitch/ |
| A D | vport.c | 292 stats->tx_dropped = dev_stats->tx_dropped; in ovs_vport_get_stats()
|
| /net/caif/ |
| A D | chnl_net.c | 215 dev->stats.tx_dropped++; in chnl_net_start_xmit() 230 dev->stats.tx_dropped++; in chnl_net_start_xmit()
|
| /net/atm/ |
| A D | clip.c | 356 dev->stats.tx_dropped++; in clip_start_xmit() 368 dev->stats.tx_dropped++; in clip_start_xmit() 382 dev->stats.tx_dropped++; in clip_start_xmit()
|
| A D | lec.c | 191 dev->stats.tx_dropped++; in lec_send() 273 dev->stats.tx_dropped++; in lec_start_xmit() 296 dev->stats.tx_dropped++; in lec_start_xmit()
|
| A D | br2684.c | 317 dev->stats.tx_dropped++; in br2684_start_xmit()
|
| /net/ipv4/ |
| 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() 697 DEV_STATS_INC(dev, tx_dropped); in ipgre_xmit() 752 DEV_STATS_INC(dev, tx_dropped); in erspan_xmit() 781 DEV_STATS_INC(dev, tx_dropped); in gre_tap_xmit()
|
| A D | ip_tunnel.c | 665 goto tx_dropped; in ip_md_tunnel_xmit() 676 tx_dropped: in ip_md_tunnel_xmit() 677 DEV_STATS_INC(dev, tx_dropped); in ip_md_tunnel_xmit() 852 DEV_STATS_INC(dev, tx_dropped); in ip_tunnel_xmit()
|
| /net/ncsi/ |
| A D | ncsi-pkt.h | 315 __be32 tx_dropped; /* Tx dropped packets */ member
|
| A D | ncsi-rsp.c | 1018 ncs->pt_tx_dropped = ntohl(rsp->tx_dropped); in ncsi_rsp_handler_gnpts()
|
| /net/core/ |
| A D | net-procfs.c | 59 stats->tx_errors, stats->tx_dropped, in dev_seq_printf_stats()
|
| A D | dev.c | 9038 dest->tx_dropped += src->tx_dropped; in netdev_hw_stats64_add() 11539 s->tx_dropped += tx_drops; in dev_fetch_dstats() 11660 storage->tx_dropped += READ_ONCE(core_stats->tx_dropped); in dev_get_stats()
|
| A D | rtnetlink.c | 1117 a->tx_dropped = b->tx_dropped; in copy_rtnl_link_stats() 1620 vf_stats.tx_dropped, IFLA_VF_STATS_PAD)) { in rtnl_fill_vfinfo()
|
| A D | net-sysfs.c | 846 NETSTAT_ENTRY(tx_dropped);
|
| /net/hsr/ |
| A D | hsr_forward.c | 750 port->dev->stats.tx_dropped++; in hsr_forward_skb()
|
| /net/batman-adv/ |
| A D | mesh-interface.c | 106 stats->tx_dropped = batadv_sum_counter(bat_priv, BATADV_CNT_TX_DROPPED); in batadv_interface_stats()
|
| /net/ipv6/ |
| A D | ip6_gre.c | 909 DEV_STATS_INC(dev, tx_dropped); in ip6gre_tunnel_xmit() 1080 DEV_STATS_INC(dev, tx_dropped); in ip6erspan_tunnel_xmit()
|
| A D | ip6_vti.c | 588 DEV_STATS_INC(dev, tx_dropped); in vti6_tnl_xmit()
|
| A D | sit.c | 1015 DEV_STATS_INC(dev, tx_dropped); in ipip6_tunnel_xmit()
|
| A D | ip6_tunnel.c | 1457 DEV_STATS_INC(dev, tx_dropped); in ip6_tnl_start_xmit()
|
| /net/mpls/ |
| A D | af_mpls.c | 1094 stats->tx_dropped += local.tx_dropped; in mpls_get_stats()
|
| /net/xfrm/ |
| A D | xfrm_interface_core.c | 580 DEV_STATS_INC(dev, tx_dropped); in xfrmi_xmit()
|
Completed in 120 milliseconds