Home
last modified time | relevance | path

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

/systemd-251/src/basic/linux/
Dpkt_sched.h759 struct tc_sfb_qopt { struct
760 __u32 rehash_interval; /* delay between hash move, in ms */
761 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
762 __u32 max; /* max len of qlen_min */
763 __u32 bin_size; /* maximum queue length per bin */
764 __u32 increment; /* probability increment, (d1 in Blue) */
765 __u32 decrement; /* probability decrement, (d2 in Blue) */
766 __u32 limit; /* max SFB queue length */
767 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
768 __u32 penalty_burst;