1GNET_STATS_COPY_RATE(9) Linux Networking GNET_STATS_COPY_RATE(9)
2
3
4
6 gnet_stats_copy_rate_est - copy rate estimator statistics into
7 statistics TLV
8
10 int gnet_stats_copy_rate_est(struct gnet_dump * d,
11 struct gnet_stats_rate_est * r);
12
14 d
15 dumping handle
16
17 r
18 rate estimator statistics
19
21 Appends the rate estimator statistics to the top level TLV created by
22 gnet_stats_start_copy.
23
24 Returns 0 on success or -1 with the statistic lock released if the room
25 in the socket buffer was not sufficient.
26
28Kernel Hackers Manual 2.6. June 2019 GNET_STATS_COPY_RATE(9)