Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c119 unsigned long flow_max_rate; /* optional max rate per flow */ member
350 if (q->flow_max_rate != ~0UL) in fq_fastpath_check()
655 fq_flow_is_throttled(f) && q->flow_max_rate == ~0UL) in fq_enqueue()
796 rate = q->flow_max_rate; in fq_dequeue()
1126 WRITE_ONCE(q->flow_max_rate, in fq_change()
1234 q->flow_max_rate = ~0UL; in fq_init()
1308 READ_ONCE(q->flow_max_rate), ~0U)) || in fq_dump()