1GNET_STATS_COPY_QUEU(9) Linux Networking GNET_STATS_COPY_QUEU(9)
2
3
4
6 gnet_stats_copy_queue - copy queue statistics into statistics TLV
7
9 int gnet_stats_copy_queue(struct gnet_dump * d,
10 struct gnet_stats_queue * q);
11
13 d
14 dumping handle
15
16 q
17 queue statistics
18
20 Appends the queue 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_QUEU(9)