Home
last modified time | relevance | path

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

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