Searched refs:net_rate_estimator (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | gen_estimator.c | 42 struct net_rate_estimator {  struct62 static void est_fetch_counters(struct net_rate_estimator *e,  in est_fetch_counters()  argument
 78 	struct net_rate_estimator *est = from_timer(est, t, timer);  in est_timer()
 126 		      struct net_rate_estimator __rcu **rate_est,  in gen_new_estimator()
 132 	struct net_rate_estimator *old, *est;  in gen_new_estimator()
 196 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est)  in gen_kill_estimator()
 198 	struct net_rate_estimator *est;  in gen_kill_estimator()
 200 	est = xchg((__force struct net_rate_estimator **)rate_est, NULL);  in gen_kill_estimator()
 224 			  struct net_rate_estimator __rcu **rate_est,  in gen_replace_estimator()
 239 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est)  in gen_estimator_active()
 [all …]
 
 | 
| D | gen_stats.c | 250 			 struct net_rate_estimator __rcu **rate_est)  in gnet_stats_copy_rate_est()
 | 
| /Linux-v5.4/include/net/ | 
| D | gen_stats.h | 15 struct net_rate_estimator;52 			     struct net_rate_estimator __rcu **ptr);
 65 		      struct net_rate_estimator __rcu **rate_est,
 68 void gen_kill_estimator(struct net_rate_estimator __rcu **ptr);
 71 			  struct net_rate_estimator __rcu **ptr,
 74 bool gen_estimator_active(struct net_rate_estimator __rcu **ptr);
 75 bool gen_estimator_read(struct net_rate_estimator __rcu **ptr,
 
 | 
| D | act_api.h | 37 	struct net_rate_estimator __rcu *tcfa_rate_est;
 | 
| D | sch_generic.h | 91 	struct net_rate_estimator __rcu *rate_est;
 | 
| /Linux-v5.4/include/net/netfilter/ | 
| D | xt_rateest.h | 21 	struct net_rate_estimator __rcu *rate_est;
 | 
| /Linux-v5.4/net/sched/ | 
| D | sch_drr.c | 24 	struct net_rate_estimator __rcu *rate_est;
 | 
| D | sch_qfq.c | 136 	struct net_rate_estimator __rcu *rate_est;
 | 
| D | sch_hfsc.c | 116 	struct net_rate_estimator __rcu *rate_est;
 | 
| D | sch_htb.c | 111 	struct net_rate_estimator __rcu *rate_est;
 | 
| D | sch_cbq.c | 121 	struct net_rate_estimator __rcu *rate_est;
 |