Searched refs:estimator (Results 1 – 3 of 3) sorted by relevance
9 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator80 0) Prepare an estimator attribute. Most likely this would be in user83 length needs to be appropriately set, etc. The estimator interval96 3) Now initialize a new estimator:
723 if (vc->estimator) { in push_on_scq()727 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()730 u32 cps = vc->estimator->maxcps; in push_on_scq()732 vc->estimator->cps = cps; in push_on_scq()733 vc->estimator->avcps = cps << 5; in push_on_scq()2092 est = vc->estimator; in idt77252_est_timer()2225 if (vc->estimator) { in idt77252_init_ubr()2226 del_timer(&vc->estimator->timer); in idt77252_init_ubr()2227 kfree(vc->estimator); in idt77252_init_ubr()2228 vc->estimator = NULL; in idt77252_init_ubr()[all …]
215 struct rate_estimator *estimator; member