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 const struct gnet_stats_basic_packed * b,
12 struct gnet_stats_rate_est * r);
13
15 d
16 dumping handle
17
18 b
19 basic statistics
20
21 r
22 rate estimator statistics
23
25 Appends the rate estimator statistics to the top level TLV created by
26 gnet_stats_start_copy.
27
28 Returns 0 on success or -1 with the statistic lock released if the room
29 in the socket buffer was not sufficient.
30
32Kernel Hackers Manual 2.6. November 2011 GNET_STATS_COPY_RATE(9)