The Linux Kernel API
Prev
Next
struct gnet_stats_rate_est
Name
struct gnet_stats_rate_est -- rate estimator
Synopsis
struct gnet_stats_rate_est { __u32 bps; __u32 pps; };
Members
bps
current byte rate
pps
current packet rate
Prev
Home
Next
struct gnet_stats_basic
Up
struct gnet_stats_queue