Lines Matching defs:outer_hash
747 u32 outer_hash = reduced_hash - inner_hash;
757 if (q->tags[outer_hash + k] == flow_hash) {
761 if (!q->flows[outer_hash + k].set) {
776 if (!q->flows[outer_hash + k].set) {
788 if (q->flows[outer_hash + k].set == CAKE_SET_BULK) {
796 reduced_hash = outer_hash + k;
802 outer_hash = srchost_idx - inner_hash;
805 if (q->hosts[outer_hash + k].srchost_tag ==
811 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count)
814 q->hosts[outer_hash + k].srchost_tag = srchost_hash;
816 srchost_idx = outer_hash + k;
825 outer_hash = dsthost_idx - inner_hash;
828 if (q->hosts[outer_hash + k].dsthost_tag ==
834 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count)
837 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash;
839 dsthost_idx = outer_hash + k;