Searched refs:tx_packets (Results 1 - 25 of 251) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A Dlinux_net.c65 &pstats->tx_packets,
83 &pstats->tx_packets,
99 &pstats->tx_packets,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dx25_asy.h33 unsigned long tx_packets; /* outbound frames counter */ member in struct:x25_asy
H A Dx25_asy.c314 sl->tx_packets++;
675 stats.tx_packets = sl->tx_packets;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dmkiss.h33 unsigned long tx_packets; /* outbound frames counter */ member in struct:ax_disp
H A Dmkiss.c389 ax->tx_packets++;
398 ax->tx_packets++;
714 stats.tx_packets = ax->tx_packets;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_tr.h57 unsigned long tx_packets; /* total packets transmitted */ member in struct:tr_statistics
H A Dif_hippi.h56 int tx_packets; /* total packets transmitted */ member in struct:hipnet_statistics
H A Dif_fddi.h109 __u32 tx_packets; /* total packets transmitted */ member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dipip.h40 stats->tx_packets++; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_tr.h57 unsigned long tx_packets; /* total packets transmitted */ member in struct:tr_statistics
H A Dif_hippi.h56 int tx_packets; /* total packets transmitted */ member in struct:hipnet_statistics
H A Dif_ppp.h114 __u64 tx_packets; member in struct:pppol2tp_ioc_stats
H A Dif_fddi.h109 __u32 tx_packets; /* total packets transmitted */ member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dipip.h40 stats->tx_packets++; \
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Digd.h18 unsigned long tx_packets; /* total packets transmitted */ member in struct:_if_stats
H A Dwancommon.c220 sprintf(var->value, "%ld", pdata->stats.tx_packets);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.h72 unsigned long tx_packets; /* outbound frames counter */ member in struct:slip
H A Ddummy.c83 stats->tx_packets++;
H A Dloopback.c93 stats->tx_packets++;
/asus-wl-520gu-7.0.1.45/src/router/misc/
H A Dstats.pl85 $tx_bytes{$name}, $tx_packets{$name}, $tx_errs{$name}, $tx_drop{$name},
107 th('WAN transmit packets').td($tx_packets{$query->param('wan_ifname')}),
119 th('LAN transmit packets').td($tx_packets{$query->param('lan_ifname')}),
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_device.c53 br->statistics.tx_packets++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_dev.c127 stats->tx_packets++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diptunnel.c463 tx_bytes, tx_packets, tx_errs, tx_drops, local
489 &tx_bytes, &tx_packets, &tx_errs, &tx_drops,
518 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hysdn/
H A Dhysdn_net.c197 lp->stats.tx_packets++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A Dipddp.c173 ((struct net_device_stats *) dev->priv)->tx_packets++;

Completed in 203 milliseconds

1234567891011