Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_pie.c117 WRITE_ONCE(q->stats.packets_in, q->stats.packets_in + 1); in pie_qdisc_enqueue()
505 .packets_in = READ_ONCE(q->stats.packets_in), in pie_dump_stats()
H A Dsch_fq_pie.c185 q->stats.packets_in++; in fq_pie_qdisc_enqueue()
517 st.packets_in = q->stats.packets_in; in fq_pie_dump_stats()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h852 __u32 packets_in; /* total number of packets enqueued */ member