Lines Matching defs:outer_hash
748 u32 outer_hash = reduced_hash - inner_hash;
758 if (q->tags[outer_hash + k] == flow_hash) {
762 if (!q->flows[outer_hash + k].set) {
777 if (!q->flows[outer_hash + k].set) {
789 if (q->flows[outer_hash + k].set == CAKE_SET_BULK) {
797 reduced_hash = outer_hash + k;
803 outer_hash = srchost_idx - inner_hash;
806 if (q->hosts[outer_hash + k].srchost_tag ==
812 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count)
815 q->hosts[outer_hash + k].srchost_tag = srchost_hash;
817 srchost_idx = outer_hash + k;
826 outer_hash = dsthost_idx - inner_hash;
829 if (q->hosts[outer_hash + k].dsthost_tag ==
835 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count)
838 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash;
840 dsthost_idx = outer_hash + k;