1GNET_STATS_COPY_BASI(9) Linux Networking GNET_STATS_COPY_BASI(9)
2
3
4
6 gnet_stats_copy_basic - copy basic statistics into statistic TLV
7
9 int gnet_stats_copy_basic(struct gnet_dump * d,
10 struct gnet_stats_basic_packed * b);
11
13 d
14 dumping handle
15
16 b
17 basic statistics
18
20 Appends the basic statistics to the top level TLV created by
21 gnet_stats_start_copy.
22
23 Returns 0 on success or -1 with the statistic lock released if the room
24 in the socket buffer was not sufficient.
25
27Kernel Hackers Manual 2.6. June 2019 GNET_STATS_COPY_BASI(9)