Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dpkt_sched.h601 struct tc_sfb_qopt { struct
602 __u32 rehash_interval; /* delay between hash move, in ms */
603 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
604 __u32 max; /* max len of qlen_min */
605 __u32 bin_size; /* maximum queue length per bin */
606 __u32 increment; /* probability increment, (d1 in Blue) */
607 __u32 decrement; /* probability decrement, (d2 in Blue) */
608 __u32 limit; /* max SFB queue length */
609 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
610 __u32 penalty_burst;
/external/iproute2/include/uapi/linux/
Dpkt_sched.h650 struct tc_sfb_qopt { struct
651 __u32 rehash_interval; /* delay between hash move, in ms */
652 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
653 __u32 max; /* max len of qlen_min */
654 __u32 bin_size; /* maximum queue length per bin */
655 __u32 increment; /* probability increment, (d1 in Blue) */
656 __u32 decrement; /* probability decrement, (d2 in Blue) */
657 __u32 limit; /* max SFB queue length */
658 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
659 __u32 penalty_burst;
/external/kernel-headers/original/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;