Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/net/bridge/
Dbr_forward.c101 br->statistics.tx_dropped++; in br_flood()
117 br->statistics.tx_dropped++; in br_flood()
/linux-2.4.37.9/drivers/net/hamradio/
Dmkiss.h39 unsigned long tx_dropped; /* When MTU change */ member
Dmkiss.c270 ax->tx_dropped++; in ax_changedmtu()
372 ax->tx_dropped++; in ax_encaps()
723 stats.tx_dropped = ax->tx_dropped; in ax_get_stats()
D6pack.c276 sp->stats.tx_dropped++; in sp_encaps()
298 sp->stats.tx_dropped++; in sp_encaps()
Dbpqether.c313 bpq->stats.tx_dropped++; in bpq_xmit()
/linux-2.4.37.9/drivers/net/wan/
Dx25_asy.h39 unsigned long tx_dropped; /* When MTU change */ member
Dx25_asy.c180 sl->tx_dropped++; in x25_asy_changed_mtu()
273 sl->tx_dropped++; in x25_asy_encaps()
677 stats.tx_dropped = sl->tx_dropped; in x25_asy_get_stats()
Dsdla_x25.c1529 ++chan->ifstats.tx_dropped; in if_send()
1530 ++card->wandev.stats.tx_dropped; in if_send()
1540 ++chan->ifstats.tx_dropped; in if_send()
1541 ++card->wandev.stats.tx_dropped; in if_send()
1551 ++chan->ifstats.tx_dropped; in if_send()
1552 ++card->wandev.stats.tx_dropped; in if_send()
1556 ++chan->ifstats.tx_dropped; in if_send()
1557 ++card->wandev.stats.tx_dropped; in if_send()
1569 ++card->wandev.stats.tx_dropped; in if_send()
1570 ++chan->ifstats.tx_dropped; in if_send()
[all …]
Dhdlc_raw_eth.c36 dev_to_hdlc(dev)->stats.tx_dropped++; in eth_tx()
Dsdla_fr.c1543 ++chan->ifstats.tx_dropped;
1544 ++card->wandev.stats.tx_dropped;
1574 ++chan->ifstats.tx_dropped;
1575 ++card->wandev.stats.tx_dropped;
1589 chan->ifstats.tx_dropped ++;
1598 ++chan->ifstats.tx_dropped;
1599 ++card->wandev.stats.tx_dropped;
1616 ++chan->ifstats.tx_dropped;
1617 ++card->wandev.stats.tx_dropped;
1626 ++chan->ifstats.tx_dropped;
[all …]
Dcycx_x25.c585 ++chan->ifstats.tx_dropped; in if_send()
610 ++chan->ifstats.tx_dropped; in if_send()
611 ++card->wandev.stats.tx_dropped; in if_send()
1101 card->wandev.stats.tx_dropped = 0; /* not available from fw */ in x25_get_stats()
/linux-2.4.37.9/include/linux/
Dif_tr.h69 unsigned long tx_dropped; /* no space available in linux */ member
Dif_hippi.h60 int tx_dropped; /* no space available in linux */ member
/linux-2.4.37.9/drivers/net/
Dslip.h78 unsigned long tx_dropped; /* When MTU change */ member
Dslip.c287 sl->tx_dropped++;
404 sl->tx_dropped++;
603 stats.tx_dropped = sl->tx_dropped;
Dibmveth.c611 adapter->stats.tx_dropped++; in ibmveth_start_xmit()
632 adapter->stats.tx_dropped++; in ibmveth_start_xmit()
651 adapter->stats.tx_dropped++; in ibmveth_start_xmit()
687 adapter->stats.tx_dropped++; in ibmveth_start_xmit()
Dstrip.c260 unsigned long tx_dropped; /* When MTU change */ member
1013 strip_info->tx_dropped++; in strip_changedmtu()
1507 if (!newptr) strip_info->tx_dropped++; in strip_send()
2440 stats.tx_dropped = strip_info->tx_dropped; in strip_get_stats()
Dgt96100eth.c1146 gp->stats.tx_dropped++; in gt96100_tx()
1153 gp->stats.tx_dropped++; in gt96100_tx()
1160 gp->stats.tx_dropped++; in gt96100_tx()
Dgt64240eth.c1276 gp->stats.tx_dropped++; in gt64240_tx()
1284 gp->stats.tx_dropped++; in gt64240_tx()
1294 gp->stats.tx_dropped++; in gt64240_tx()
/linux-2.4.37.9/net/atm/
Dclip.c382 clip_priv->stats.tx_dropped++; in clip_start_xmit()
390 clip_priv->stats.tx_dropped++; in clip_start_xmit()
396 clip_priv->stats.tx_dropped++; in clip_start_xmit()
410 clip_priv->stats.tx_dropped++; in clip_start_xmit()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_eth.c218 self->stats.tx_dropped++; in irlan_eth_xmit()
/linux-2.4.37.9/net/8021q/
Dvlan_dev.c407 stats->tx_dropped++; in vlan_dev_hard_header()
470 stats->tx_dropped++; in vlan_dev_hard_start_xmit()
/linux-2.4.37.9/drivers/usb/gadget/
Drndis.c285 rndis_per_dev_params [configNr].stats->tx_dropped); in gen_ndis_query_resp()
368 .stats->tx_dropped) in gen_ndis_query_resp()
388 .stats->tx_dropped) in gen_ndis_query_resp()
/linux-2.4.37.9/net/wanrouter/
Dwanproc.c415 "transmit frames dropped", wandev->stats.tx_dropped); in wandev_get_info()
1004 "transmit frames dropped", wandev->stats.tx_dropped); in wandev_get_info()
/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_var.h265 unsigned long tx_dropped; /* no space available in linux */ member

1234