Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfb.c52 struct sfb_sched_data { struct
53 struct Qdisc *qdisc;
54 struct tcf_proto __rcu *filter_list;
55 struct tcf_block *block;
56 unsigned long rehash_interval;
57 unsigned long warmup_time; /* double buffering warmup time in jiffies */
58 u32 max;
59 u32 bin_size; /* maximum queue length per bin */
60 u32 increment; /* d1 */
61 u32 decrement; /* d2 */
[all …]