Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpkt_sched.h616 struct tc_sfb_qopt { struct
617 __u32 rehash_interval; /* delay between hash move, in ms */
618 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
619 __u32 max; /* max len of qlen_min */
620 __u32 bin_size; /* maximum queue length per bin */
621 __u32 increment; /* probability increment, (d1 in Blue) */
622 __u32 decrement; /* probability decrement, (d2 in Blue) */
623 __u32 limit; /* max SFB queue length */
624 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
625 __u32 penalty_burst;