Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h738 struct tc_sfb_qopt { struct
739 __u32 rehash_interval; /* delay between hash move, in ms */
740 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
741 __u32 max; /* max len of qlen_min */
742 __u32 bin_size; /* maximum queue length per bin */
743 __u32 increment; /* probability increment, (d1 in Blue) */
744 __u32 decrement; /* probability decrement, (d2 in Blue) */
745 __u32 limit; /* max SFB queue length */
746 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
747 __u32 penalty_burst;
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h758 struct tc_sfb_qopt { struct
759 __u32 rehash_interval; /* delay between hash move, in ms */
760 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
761 __u32 max; /* max len of qlen_min */
762 __u32 bin_size; /* maximum queue length per bin */
763 __u32 increment; /* probability increment, (d1 in Blue) */
764 __u32 decrement; /* probability decrement, (d2 in Blue) */
765 __u32 limit; /* max SFB queue length */
766 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
767 __u32 penalty_burst;