Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c76 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */ macro
152 if (val < SFQ_MAX_FLOWS) in sfq_dep_head()
154 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head()
209 p = qlen + SFQ_MAX_FLOWS; in sfq_link()
369 if (x >= SFQ_MAX_FLOWS) in sfq_enqueue()
569 if (x >= SFQ_MAX_FLOWS) { in sfq_rehash()
672 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
754 q->dep[i].next = i + SFQ_MAX_FLOWS; in sfq_init()
755 q->dep[i].prev = i + SFQ_MAX_FLOWS; in sfq_init()