1. NAME

struct_gnet_stats_rate_est - rate estimator

2. SYNOPSIS



 
Sélectionnez
struct gnet_stats_rate_est {
  __u32 bps;
  __u32 pps;
};

3. MEMBERS

bps
    current byte rate

pps
    current packet rate

4. COPYRIGHT