Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fq_codel_sched_data Struct Reference

Data Fields

struct tcf_protofilter_list
 
struct fq_codel_flowflows
 
u32backlogs
 
u32 flows_cnt
 
u32 perturbation
 
u32 quantum
 
struct codel_params cparams
 
struct codel_stats cstats
 
u32 drop_overlimit
 
u32 new_flow_count
 
struct list_head new_flows
 
struct list_head old_flows
 

Detailed Description

Definition at line 54 of file sch_fq_codel.c.

Field Documentation

u32* backlogs

Definition at line 57 of file sch_fq_codel.c.

Definition at line 61 of file sch_fq_codel.c.

Definition at line 62 of file sch_fq_codel.c.

u32 drop_overlimit

Definition at line 63 of file sch_fq_codel.c.

Definition at line 55 of file sch_fq_codel.c.

Definition at line 56 of file sch_fq_codel.c.

u32 flows_cnt

Definition at line 58 of file sch_fq_codel.c.

u32 new_flow_count

Definition at line 64 of file sch_fq_codel.c.

struct list_head new_flows

Definition at line 66 of file sch_fq_codel.c.

struct list_head old_flows

Definition at line 67 of file sch_fq_codel.c.

u32 perturbation

Definition at line 59 of file sch_fq_codel.c.

u32 quantum

Definition at line 60 of file sch_fq_codel.c.


The documentation for this struct was generated from the following file: