Home
last modified time | relevance | path

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

12

/net/l2tp/
Dl2tp_eth.c42 atomic_long_t tx_dropped; member
85 atomic_long_inc(&priv->tx_dropped); in l2tp_eth_dev_xmit()
97 stats->tx_dropped = (unsigned long)atomic_long_read(&priv->tx_dropped); in l2tp_eth_get_stats64()
/net/sched/
Dsch_teql.c60 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/
Dvlan_dev.c135 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit()
712 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local
736 tx_dropped += p->tx_dropped; in vlan_dev_get_stats64()
739 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
/net/bridge/
Dbr_forward.c127 dev->stats.tx_dropped++; in deliver_clone()
266 dev->stats.tx_dropped++; in maybe_deliver_addr()
/net/openvswitch/
Dvport.c278 stats->tx_dropped = dev_stats->tx_dropped; in ovs_vport_get_stats()
/net/caif/
Dchnl_net.c215 dev->stats.tx_dropped++; in chnl_net_start_xmit()
230 dev->stats.tx_dropped++; in chnl_net_start_xmit()
/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/ipv4/
Dip_gre.c513 dev->stats.tx_dropped++; in gre_fb_xmit()
595 dev->stats.tx_dropped++; in erspan_fb_xmit()
669 dev->stats.tx_dropped++; in ipgre_xmit()
723 dev->stats.tx_dropped++; in erspan_xmit()
751 dev->stats.tx_dropped++; in gre_tap_xmit()
Dip_tunnel.c621 goto tx_dropped; in ip_md_tunnel_xmit()
629 tx_dropped: in ip_md_tunnel_xmit()
630 dev->stats.tx_dropped++; in ip_md_tunnel_xmit()
805 dev->stats.tx_dropped++; in ip_tunnel_xmit()
/net/ncsi/
Dncsi-pkt.h316 __be32 tx_dropped; /* Tx dropped packets */ member
Dncsi-rsp.c1023 ncs->pt_tx_dropped = ntohl(rsp->tx_dropped); in ncsi_rsp_handler_gnpts()
/net/core/
Dnet-procfs.c90 stats->tx_errors, stats->tx_dropped, in dev_seq_printf_stats()
Ddev.c3740 atomic_long_inc(&dev->tx_dropped); in validate_xmit_skb()
4278 atomic_long_inc(&dev->tx_dropped); in __dev_queue_xmit()
4330 atomic_long_inc(&dev->tx_dropped); in __dev_direct_xmit()
10722 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()
1350 vf_stats.tx_dropped, IFLA_VF_STATS_PAD)) { in rtnl_fill_vfinfo()
Dnet-sysfs.c706 NETSTAT_ENTRY(tx_dropped);
/net/xfrm/
Dxfrm_device.c159 atomic_long_inc(&dev->tx_dropped); in validate_xmit_xfrm()
Dxfrm_interface_core.c400 stats->tx_dropped++; in xfrmi_xmit()
/net/hsr/
Dhsr_device.c226 atomic_long_inc(&dev->tx_dropped); in hsr_dev_xmit()
Dhsr_forward.c594 port->dev->stats.tx_dropped++; in hsr_forward_skb()
/net/batman-adv/
Dsoft-interface.c120 stats->tx_dropped = batadv_sum_counter(bat_priv, BATADV_CNT_TX_DROPPED); in batadv_interface_stats()
/net/mpls/
Daf_mpls.c1093 stats->tx_dropped += local.tx_dropped; in mpls_get_stats()
/net/ipv6/
Dip6_gre.c927 stats->tx_dropped++; in ip6gre_tunnel_xmit()
1094 stats->tx_dropped++; in ip6erspan_tunnel_xmit()
Dip6_vti.c595 stats->tx_dropped++; in vti6_tnl_xmit()

12