Lines Matching defs:hh_flows
134 struct list_head *hh_flows; /* table T (currently active HHs) */
271 flow = seek_list(hash, &q->hh_flows[flow_pos], q);
307 flow = alloc_new_hh(&q->hh_flows[flow_pos], q);
481 if (!q->hh_flows)
486 struct list_head *head = &q->hh_flows[i];
495 kvfree(q->hh_flows);
602 if (!q->hh_flows) {
604 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head),
606 if (!q->hh_flows)
609 INIT_LIST_HEAD(&q->hh_flows[i]);
611 /* Cap max active HHs at twice len of hh_flows table. */