The Linux Kernel API
<<< Previous
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
<<< Previous
Home
Next >>>
struct gnet_stats_basic
Up
struct gnet_stats_queue