Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c144 u32 inactive_flows; /* Flows with no packet to send. */ member
296 q->inactive_flows -= fcnt; in fq_gc()
325 if (q->flows != q->inactive_flows + q->throttled_flows) in fq_fastpath_check()
457 q->inactive_flows++; in fq_classify()
592 q->inactive_flows--; in fq_enqueue()
718 q->inactive_flows++; in fq_dequeue()
830 q->inactive_flows = 0; in fq_reset()
875 q->inactive_flows -= fcnt; in fq_rehash()
1302 st.inactive_flows = q->inactive_flows; in fq_dump_stats()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h803 __u32 inactive_flows; member