Home
last modified time | relevance | path

Searched refs:tx_dropped (Results 1 – 25 of 28) sorted by relevance

12

/net/l2tp/
Dl2tp_eth.c43 atomic_long_t tx_dropped; member
86 atomic_long_inc(&priv->tx_dropped); in l2tp_eth_dev_xmit()
98 stats->tx_dropped = (unsigned long) atomic_long_read(&priv->tx_dropped); in l2tp_eth_get_stats64()
/net/8021q/
Dvlan_dev.c136 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit()
667 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local
691 tx_dropped += p->tx_dropped; in vlan_dev_get_stats64()
694 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
/net/sched/
Dsch_teql.c60 unsigned long tx_dropped; member
348 master->tx_dropped++; in teql_master_xmit()
409 stats->tx_dropped = m->tx_dropped; in teql_master_stats64()
/net/openvswitch/
Dvport-internal_dev.c94 stats->tx_dropped = dev->stats.tx_dropped; in internal_get_stats()
Dvport.c274 stats->tx_dropped = dev_stats->tx_dropped; in ovs_vport_get_stats()
/net/bridge/
Dbr_forward.c121 dev->stats.tx_dropped++; in deliver_clone()
258 dev->stats.tx_dropped++; in maybe_deliver_addr()
/net/caif/
Dchnl_net.c233 dev->stats.tx_dropped++; in chnl_net_start_xmit()
248 dev->stats.tx_dropped++; in chnl_net_start_xmit()
/net/ipv4/
Dip_gre.c488 dev->stats.tx_dropped++; in gre_fb_xmit()
565 dev->stats.tx_dropped++; in erspan_fb_xmit()
633 dev->stats.tx_dropped++; in ipgre_xmit()
684 dev->stats.tx_dropped++; in erspan_xmit()
712 dev->stats.tx_dropped++; in gre_tap_xmit()
Dip_tunnel.c628 goto tx_dropped; in ip_md_tunnel_xmit()
636 tx_dropped: in ip_md_tunnel_xmit()
637 dev->stats.tx_dropped++; in ip_md_tunnel_xmit()
813 dev->stats.tx_dropped++; in ip_tunnel_xmit()
/net/xfrm/
Dxfrm_interface.c374 stats->tx_dropped++; in xfrmi_xmit()
543 s->tx_dropped = dev->stats.tx_dropped; in xfrmi_get_stats64()
Dxfrm_device.c121 atomic_long_inc(&dev->tx_dropped); in validate_xmit_xfrm()
/net/atm/
Dclip.c345 dev->stats.tx_dropped++; in clip_start_xmit()
357 dev->stats.tx_dropped++; in clip_start_xmit()
371 dev->stats.tx_dropped++; in clip_start_xmit()
Dlec.c189 dev->stats.tx_dropped++; in lec_send()
271 dev->stats.tx_dropped++; in lec_start_xmit()
294 dev->stats.tx_dropped++; in lec_start_xmit()
Dbr2684.c317 dev->stats.tx_dropped++; in br2684_start_xmit()
/net/ncsi/
Dncsi-pkt.h307 __be32 tx_dropped; /* Tx dropped packets */ member
Dncsi-rsp.c995 ncs->pt_tx_dropped = ntohl(rsp->tx_dropped); in ncsi_rsp_handler_gnpts()
/net/core/
Dnet-procfs.c93 stats->tx_errors, stats->tx_dropped, in dev_seq_printf_stats()
Ddev.c3304 atomic_long_inc(&dev->tx_dropped); in validate_xmit_skb()
3815 atomic_long_inc(&dev->tx_dropped); in __dev_queue_xmit()
3868 atomic_long_inc(&dev->tx_dropped); in dev_direct_xmit()
9417 storage->tx_dropped += (unsigned long)atomic_long_read(&dev->tx_dropped); in dev_get_stats()
Drtnetlink.c881 a->tx_dropped = b->tx_dropped; in copy_rtnl_link_stats()
1304 vf_stats.tx_dropped, IFLA_VF_STATS_PAD)) { in rtnl_fill_vfinfo()
/net/hsr/
Dhsr_forward.c377 port->dev->stats.tx_dropped++; in hsr_forward_skb()
Dhsr_device.c234 atomic_long_inc(&dev->tx_dropped); in hsr_dev_xmit()
/net/batman-adv/
Dsoft-interface.c122 stats->tx_dropped = batadv_sum_counter(bat_priv, BATADV_CNT_TX_DROPPED); in batadv_interface_stats()
/net/ipv6/
Dip6_gre.c907 stats->tx_dropped++; in ip6gre_tunnel_xmit()
1064 stats->tx_dropped++; in ip6erspan_tunnel_xmit()
Dip6_vti.c557 stats->tx_dropped++; in vti6_tnl_xmit()
/net/mpls/
Daf_mpls.c1092 stats->tx_dropped += local.tx_dropped; in mpls_get_stats()

12