Searched refs:bytes_out (Results 26 - 43 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkl5kusb105.c169 unsigned long bytes_out; member in struct:klsi_105_private
282 priv->bytes_out = 0;
466 info("kl5kusb105 port stats: %ld bytes in, %ld bytes out", priv->bytes_in, priv->bytes_out);
545 priv->bytes_out+=bytes_sent;
H A Dvisor.c274 int bytes_out; member in struct:visor_private
304 priv->bytes_out = 0;
366 priv->bytes_in, priv->bytes_out);
423 priv->bytes_out += count;
H A Dcypress_m8.c127 int bytes_out; /* used for statistics */ member in struct:cypress_private
637 priv->bytes_out = 0;
740 priv->bytes_in, priv->bytes_out, priv->cmd_count);
871 priv->bytes_out += count; /* do not count the line control and size bytes */
H A Dipaq.c588 static int bytes_out; variable
601 bytes_out = 0;
726 /* info ("Bytes In = %d Bytes Out = %d", bytes_in, bytes_out); */
781 bytes_out += transfer_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmroute.h140 unsigned long bytes_in,bytes_out; member in struct:vif_device
H A Dmroute6.h142 unsigned long bytes_in,bytes_out; member in struct:mif_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dunzip.c88 if (zip_header->formatted.ucmpsize != res.bytes_out) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1294 link_stats.bytes_out, link_stats.bytes_in);
1328 link_stats.bytes_out -= old_link_stats.bytes_out;
1334 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_out);
H A Dauth.c1154 used = link_stats.bytes_out;
1158 used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out;
1161 used = link_stats.bytes_in+link_stats.bytes_out;
H A Dpppd.h174 unsigned int bytes_out; member in struct:pppd_stats
H A Dsys-linux.c1351 stats->bytes_out = req.stats.p.ppp_obytes;
H A Dsys-solaris.c1676 stats->bytes_out = s.p.ppp_obytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipmr.c451 v->bytes_out = 0;
1103 vr.obytes=vif->bytes_out;
1226 vif->bytes_out+=skb->len;
1276 vif->bytes_out+=skb->len;
1755 vif->bytes_out, vif->pkt_out,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6mr.c227 vif->bytes_out, vif->pkt_out,
754 v->bytes_out = 0;
1453 vr.obytes=vif->bytes_out;
1519 vif->bytes_out+=skb->len;
1541 vif->bytes_out+=skb->len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c969 av_type = link_stats.bytes_out;
1117 av_type = link_stats.bytes_out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c1254 if (orig_len != bytes_out) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c1175 if (orig_len != bytes_out) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c1051 res->bytes_out = gunzip_bytes_out;

Completed in 361 milliseconds

12