Home
last modified time | relevance | path

Searched defs:sfq_sched_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/sched/
Dsch_sfq.c117 struct sfq_sched_data { struct
119 int limit; /* limit of total number of packets in this qdisc */
120 unsigned int divisor; /* number of slots in hash table */
121 u8 headdrop;
122 u8 maxdepth; /* limit of packets per flow */
124 u32 perturbation;
125 u8 cur_depth; /* depth of longest slot */
126 u8 flags;
127 unsigned short scaled_quantum; /* SFQ_ALLOT_SIZE(quantum) */
128 struct tcf_proto *filter_list;
[all …]