throughput_init
throughput_init(&ipcp->throughput, SAMPLE_PERIOD);
throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD);
throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
throughput_init(&p->link.stats.total, SAMPLE_PERIOD);
extern void throughput_init(struct pppThroughput *, int);