1STRUCT GNET_STATS_QU(9)        Linux Networking        STRUCT GNET_STATS_QU(9)
2
3
4

NAME

6       struct_gnet_stats_queue - queuing statistics
7

SYNOPSIS

9       struct gnet_stats_queue {
10         __u32 qlen;
11         __u32 backlog;
12         __u32 drops;
13         __u32 requeues;
14         __u32 overlimits;
15       };
16

MEMBERS

18       qlen
19           queue length
20
21       backlog
22           backlog size of queue
23
24       drops
25           number of dropped packets
26
27       requeues
28           number of requeues
29
30       overlimits
31           number of enqueues over the limit
32
34Kernel Hackers Manual 3.10         June 2019           STRUCT GNET_STATS_QU(9)
Impressum