Searched refs:estimator (Results 1 – 5 of 5) sorted by relevance
11 obj-$(CONFIG_NET_ESTIMATOR) += estimator.o
25 bool ' Rate estimator' CONFIG_NET_ESTIMATOR
729 if (vc->estimator) { in push_on_scq()732 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()734 u32 cps = vc->estimator->maxcps; in push_on_scq()736 vc->estimator->cps = cps; in push_on_scq()737 vc->estimator->avcps = cps << 5; in push_on_scq()2103 est = vc->estimator; in idt77252_est_timer()2238 if (vc->estimator) { in idt77252_init_ubr()2239 del_timer(&vc->estimator->timer); in idt77252_init_ubr()2240 kfree(vc->estimator); in idt77252_init_ubr()2241 vc->estimator = NULL; in idt77252_init_ubr()[all …]
220 struct rate_estimator *estimator; member
11111 Rate estimator