Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c111 unsigned long flow_max_rate; /* optional max rate per flow */ member
602 rate = q->flow_max_rate; in fq_dequeue()
862 q->flow_max_rate = (rate == ~0U) ? ~0UL : rate; in fq_change()
941 q->flow_max_rate = ~0UL; in fq_init()
992 min_t(unsigned long, q->flow_max_rate, ~0U)) || in fq_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq.c111 unsigned long flow_max_rate; /* optional max rate per flow */ member
602 rate = q->flow_max_rate; in fq_dequeue()
859 q->flow_max_rate = (rate == ~0U) ? ~0UL : rate; in fq_change()
938 q->flow_max_rate = ~0UL; in fq_init()
989 min_t(unsigned long, q->flow_max_rate, ~0U)) || in fq_dump()

Completed in 4 milliseconds