Home
last modified time | relevance | path

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

/net/sched/
A Dsch_netem.c669 q->slot.packets_left = q->slot_config.max_packets; in get_slot_next()
833 if (q->slot_config.max_packets == 0) in get_slot()
834 q->slot_config.max_packets = INT_MAX; in get_slot()
841 q->slot.packets_left = q->slot_config.max_packets; in get_slot()
1274 if (slot.max_packets == INT_MAX) in netem_dump()
1275 slot.max_packets = 0; in netem_dump()
A Dsch_fq_codel.c137 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop() argument
173 } while (++i < max_packets && len < threshold); in fq_codel_drop()

Completed in 8 milliseconds