Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_sfb.c55 struct sfb_sched_data { struct
56 struct Qdisc *qdisc;
57 struct tcf_proto __rcu *filter_list;
58 unsigned long rehash_interval;
59 unsigned long warmup_time; /* double buffering warmup time in jiffies */
60 u32 max;
61 u32 bin_size; /* maximum queue length per bin */
62 u32 increment; /* d1 */
63 u32 decrement; /* d2 */
64 u32 limit; /* HARD maximal queue length */
[all …]