Searched refs:OctetsPerSecond (Results 1 – 4 of 4) sorted by relevance
54 t->in.OctetsPerSecond = 0; in throughput_init()57 t->out.OctetsPerSecond = 0; in throughput_init()125 t->in.OctetsPerSecond, t->out.OctetsPerSecond, in throughput_disp()176 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()180 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()182 octets = t->in.OctetsPerSecond + t->out.OctetsPerSecond; in throughput_sampler()207 t->in.OctetsPerSecond = t->out.OctetsPerSecond = t->BestOctetsPerSecond = 0; in throughput_start()281 t->in.OctetsPerSecond, t->out.OctetsPerSecond); in throughput_clear()282 t->in.OctetsPerSecond = t->out.OctetsPerSecond = 0; in throughput_clear()
47 unsigned long long OctetsPerSecond; member
1029 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond, in bundle_ShowLinks()1030 dl->physical->link.stats.total.out.OctetsPerSecond); in bundle_ShowLinks()1043 octets = MAX(t->in.OctetsPerSecond, t->out.OctetsPerSecond); in bundle_ShowLinks()
199 percent = MAX(mp->link.stats.total.in.OctetsPerSecond, in mp_UpDown()200 mp->link.stats.total.out.OctetsPerSecond) * 800 / in mp_UpDown()