srchost_idx 629 net/sched/sch_cake.c u16 reduced_hash, srchost_idx, dsthost_idx; srchost_idx 764 net/sched/sch_cake.c srchost_idx = srchost_hash % CAKE_QUEUES; srchost_idx 765 net/sched/sch_cake.c inner_hash = srchost_idx % CAKE_SET_WAYS; srchost_idx 766 net/sched/sch_cake.c outer_hash = srchost_idx - inner_hash; srchost_idx 780 net/sched/sch_cake.c srchost_idx = outer_hash + k; srchost_idx 782 net/sched/sch_cake.c q->hosts[srchost_idx].srchost_bulk_flow_count++; srchost_idx 783 net/sched/sch_cake.c q->flows[reduced_hash].srchost = srchost_idx;