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
553 if (q->step_in_packets) in do_step_aqm()
854 WRITE_ONCE(q->step_in_packets, true); in dualpi2_change()
859 WRITE_ONCE(q->step_in_packets, false); in dualpi2_change()
958 q->step_in_packets = false; in dualpi2_reset_default()
1011 step_in_pkts = READ_ONCE(q->step_in_packets); in dualpi2_dump()