Searched refs:bytes_in (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpcm.h132 unsigned bytes_in; member in struct:snd_line6_pcm
H A Dcapture.c240 line6pcm->bytes_in += length;
241 if (line6pcm->bytes_in >= line6pcm->period_in) {
242 line6pcm->bytes_in -= line6pcm->period_in;
H A Dpcm.c300 line6pcm->bytes_in = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dnbio.c38 double bytes_in, bytes_out; member in struct:children
48 total += children[i].bytes_out + children[i].bytes_in;
206 children[nbio_id].bytes_in += ret_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dmroute.h183 unsigned long bytes_in,bytes_out; member in struct:vif_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmroute.h186 unsigned long bytes_in,bytes_out; member in struct:vif_device
H A Dmroute6.h175 unsigned long bytes_in,bytes_out; member in struct:mif_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmpsc.c907 u32 cmdstat, bytes_in, i; local
929 bytes_in = be16_to_cpu(rxre->bytecnt);
937 if (unlikely(tty_buffer_request_room(tty, bytes_in)
938 < bytes_in)) {
995 bytes_in--;
1011 for (i=0; i<bytes_in; i++)
1014 pi->port.icount.rx += bytes_in;
1519 u32 cmdstat, bytes_in, i; local
1551 bytes_in = be16_to_cpu(rxre->bytecnt);
1566 for (i = 0; i < bytes_in;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.h208 counter_type bytes_in; member in struct:man_persist
523 man->persist.bytes_in += size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dcypress_m8.c134 int bytes_in; /* used for statistics */ member in struct:cypress_private
634 priv->bytes_in = 0;
707 priv->bytes_in, priv->bytes_out, priv->cmd_count);
1299 priv->bytes_in += bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1294 link_stats.bytes_out, link_stats.bytes_in);
1327 link_stats.bytes_in -= old_link_stats.bytes_in;
1336 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_in);
H A Dauth.c1151 used = link_stats.bytes_in;
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.h173 unsigned int bytes_in; member in struct:pppd_stats
H A Dsys-linux.c1350 stats->bytes_in = req.stats.p.ppp_ibytes;
H A Dsys-solaris.c1675 stats->bytes_in = s.p.ppp_ibytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c972 av_type = link_stats.bytes_in;
1120 av_type = link_stats.bytes_in;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c464 link_stats.bytes_out, link_stats.bytes_in);
935 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_in);
H A Dpppd.h148 unsigned int bytes_in; member in struct:pppd_stats
H A Dsys-linux.c689 stats->bytes_in = req.stats.p.ppp_ibytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h174 unsigned int bytes_in; member in struct:pppd_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipmr.c763 v->bytes_in = 0;
1462 vr.ibytes = vif->bytes_in;
1736 mrt->vif_table[vif].bytes_in += skb->len;
2232 name, vif->bytes_in, vif->pkt_in,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6mr.c449 name, vif->bytes_in, vif->pkt_in,
967 v->bytes_in = 0;
1811 vr.ibytes = vif->bytes_in;
2000 mrt->vif6_table[vif].bytes_in += skb->len;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dpppd.h148 unsigned int bytes_in; member in struct:pppd_stats
H A Dmain.c504 link_stats.bytes_out, link_stats.bytes_in);
1069 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_in);
H A Dsys-sunos4.c820 stats->bytes_in = s.p.ppp_ibytes;

Completed in 260 milliseconds

12