Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfb.c63 u32 penalty_rate; member
239 if (q->penalty_rate == 0 || q->penalty_burst == 0) in sfb_rate_limit()
245 q->tokens_avail = (age * q->penalty_rate) / HZ; in sfb_rate_limit()
498 .penalty_rate = 10,
548 q->penalty_rate = ctl->penalty_rate; in sfb_change()
591 .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