Home
last modified time | relevance | path

Searched refs:penalty_rate (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dsch_sfb.c63 u32 penalty_rate; member
236 if (q->penalty_rate == 0 || q->penalty_burst == 0) in sfb_rate_limit()
242 q->tokens_avail = (age * q->penalty_rate) / HZ; in sfb_rate_limit()
486 .penalty_rate = 10,
536 q->penalty_rate = ctl->penalty_rate; in sfb_change()
579 .penalty_rate = q->penalty_rate, in sfb_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h638 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ member
/linux/include/uapi/linux/
H A Dpkt_sched.h675 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ member