Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h633 struct tc_sfb_qopt { struct
634 __u32 rehash_interval; /* delay between hash move, in ms */
635 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
636 __u32 max; /* max len of qlen_min */
637 __u32 bin_size; /* maximum queue length per bin */
638 __u32 increment; /* probability increment, (d1 in Blue) */
639 __u32 decrement; /* probability decrement, (d2 in Blue) */
640 __u32 limit; /* max SFB queue length */
641 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
642 __u32 penalty_burst;