Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_dualpi2.c88 bool step_in_packets; /* Step thresh in packets (1) or time (0) */ member
555 if (q->step_in_packets) in do_step_aqm()
818 WRITE_ONCE(q->step_in_packets, true); in dualpi2_change()
823 WRITE_ONCE(q->step_in_packets, false); in dualpi2_change()
922 q->step_in_packets = false; in dualpi2_reset_default()
975 step_in_pkts = READ_ONCE(q->step_in_packets); in dualpi2_dump()