Scroll to navigation

STRUCT GNET_STATS_RA(9) Linux Networking STRUCT GNET_STATS_RA(9)

NAME

struct_gnet_stats_rate_est64 - rate estimator

SYNOPSIS

struct gnet_stats_rate_est64 {
  __u64 bps;
  __u64 pps;
};  

MEMBERS

__u64 bps
current byte rate

__u64 pps

current packet rate

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11