Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/linux/
Dpkt_sched.h739 struct tc_sfb_qopt { struct
740 __u32 rehash_interval; /* delay between hash move, in ms */
741 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
742 __u32 max; /* max len of qlen_min */
743 __u32 bin_size; /* maximum queue length per bin */
744 __u32 increment; /* probability increment, (d1 in Blue) */
745 __u32 decrement; /* probability decrement, (d2 in Blue) */
746 __u32 limit; /* max SFB queue length */
747 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
748 __u32 penalty_burst;
/linux-6.1.9/include/uapi/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;