1GEN_REPLACE_ESTIMATO(9) Linux Networking GEN_REPLACE_ESTIMATO(9)
2
3
4
6 gen_replace_estimator - replace rate estimator configuration
7
9 int gen_replace_estimator(struct gnet_stats_basic_packed * bstats,
10 struct gnet_stats_basic_cpu __percpu * cpu_bstats,
11 struct net_rate_estimator __rcu ** rate_est,
12 spinlock_t * stats_lock,
13 seqcount_t * running, struct nlattr * opt);
14
16 bstats
17 basic statistics
18
19 cpu_bstats
20 bstats per cpu
21
22 rate_est
23 rate estimator statistics
24
25 stats_lock
26 statistics lock
27
28 running
29 qdisc running seqcount (might be NULL)
30
31 opt
32 rate estimator configuration TLV
33
35 Replaces the configuration of a rate estimator by calling
36 gen_kill_estimator and gen_new_estimator.
37
38 Returns 0 on success or a negative error code.
39
41Kernel Hackers Manual 3.10 June 2019 GEN_REPLACE_ESTIMATO(9)