Scroll to navigation

STRUCT GNET_STATS_QU(9) Linux Networking STRUCT GNET_STATS_QU(9)

NAME

struct_gnet_stats_queue - queuing statistics

SYNOPSIS

struct gnet_stats_queue {

__u32 qlen;
__u32 backlog;
__u32 drops;
__u32 requeues;
__u32 overlimits; };

MEMBERS

__u32 qlen

queue length

__u32 backlog

backlog size of queue

__u32 drops

number of dropped packets

__u32 requeues

number of requeues

__u32 overlimits

number of enqueues over the limit

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12