Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_fq.c105 unsigned long flow_max_rate; /* optional max rate per flow */ member
559 rate = q->flow_max_rate; in fq_dequeue()
807 q->flow_max_rate = (rate == ~0U) ? ~0UL : rate; in fq_change()
875 q->flow_max_rate = ~0UL; in fq_init()
919 min_t(unsigned long, q->flow_max_rate, ~0U)) || in fq_dump()