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_rate_est * rate_est,
11 spinlock_t * stats_lock,
12 struct nlattr * opt);
13
15 bstats
16 basic statistics
17
18 rate_est
19 rate estimator statistics
20
21 stats_lock
22 statistics lock
23
24 opt
25 rate estimator configuration TLV
26
28 Replaces the configuration of a rate estimator by calling
29 gen_kill_estimator and gen_new_estimator.
30
31 Returns 0 on success or a negative error code.
32
34Kernel Hackers Manual 2.6. June 2019 GEN_REPLACE_ESTIMATO(9)