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

Data Fields

struct Qdisc_class_hash clhash
 
struct list_head drops [TC_HTB_NUMPRIO]
 
struct rb_root row [TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO]
 
int row_mask [TC_HTB_MAXDEPTH]
 
struct rb_nodeptr [TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO]
 
u32 last_ptr_id [TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO]
 
struct rb_root wait_pq [TC_HTB_MAXDEPTH]
 
psched_time_t near_ev_cache [TC_HTB_MAXDEPTH]
 
int defcls
 
struct tcf_protofilter_list
 
int rate2quantum
 
psched_time_t now
 
struct qdisc_watchdog watchdog
 
struct sk_buff_head direct_queue
 
int direct_qlen
 
long direct_pkts
 
unsigned int warned
 
struct work_struct work
 

Detailed Description

Definition at line 129 of file sch_htb.c.

Field Documentation

Definition at line 130 of file sch_htb.c.

int defcls

Definition at line 145 of file sch_htb.c.

long direct_pkts

Definition at line 158 of file sch_htb.c.

int direct_qlen

Definition at line 156 of file sch_htb.c.

struct sk_buff_head direct_queue

Definition at line 155 of file sch_htb.c.

Definition at line 131 of file sch_htb.c.

Definition at line 148 of file sch_htb.c.

Definition at line 137 of file sch_htb.c.

Definition at line 143 of file sch_htb.c.

Definition at line 151 of file sch_htb.c.

Definition at line 136 of file sch_htb.c.

int rate2quantum

Definition at line 150 of file sch_htb.c.

Definition at line 134 of file sch_htb.c.

int row_mask[TC_HTB_MAXDEPTH]

Definition at line 135 of file sch_htb.c.

Definition at line 140 of file sch_htb.c.

unsigned int warned

Definition at line 161 of file sch_htb.c.

Definition at line 152 of file sch_htb.c.

Definition at line 162 of file sch_htb.c.


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