1GNET_STATS_COPY_APP(9)         Linux Networking         GNET_STATS_COPY_APP(9)
2
3
4

NAME

6       gnet_stats_copy_app - copy application specific statistics into
7       statistics TLV
8

SYNOPSIS

10       int gnet_stats_copy_app(struct gnet_dump * d, void * st, int len);
11

ARGUMENTS

13       d
14           dumping handle
15
16       st
17           application specific statistics data
18
19       len
20           length of data
21

DESCRIPTION

23       Appends the application sepecific statistics to the top level TLV
24       created by gnet_stats_start_copy and remembers the data for XSTATS if
25       the dumping handle is in backward compatibility mode.
26
27       Returns 0 on success or -1 with the statistic lock released if the room
28       in the socket buffer was not sufficient.
29
31Kernel Hackers Manual 3.10         June 2019            GNET_STATS_COPY_APP(9)
Impressum