Lines Matching full:flows
57 When hash collisions occur, several flows are considered as one.
73 - max 65408 flows,
80 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */
131 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */
139 * dep[0] : list of unused flows
140 * dep[1] : list of flows with 1 packet
141 * dep[X] : list of flows with X packets
144 unsigned int maxflows; /* number of flows in flows array */
459 * but we could endup servicing new flows only, and freeze old ones. in sfq_enqueue()
462 /* We could use a bigger initial quantum for new flows */ in sfq_enqueue()
667 if (ctl->flows) in sfq_change()
668 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
804 opt.v0.flows = q->maxflows; in sfq_dump()