Searched refs:hh_flows (Results 1 – 1 of 1) sorted by relevance
133 struct list_head *hh_flows; /* table T (currently active HHs) */ member270 flow = seek_list(hash, &q->hh_flows[flow_pos], q); in hhf_classify()306 flow = alloc_new_hh(&q->hh_flows[flow_pos], q); in hhf_classify()480 if (!q->hh_flows) in hhf_destroy()485 struct list_head *head = &q->hh_flows[i]; in hhf_destroy()494 kvfree(q->hh_flows); in hhf_destroy()600 if (!q->hh_flows) { in hhf_init()602 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init()604 if (!q->hh_flows) in hhf_init()607 INIT_LIST_HEAD(&q->hh_flows[i]); in hhf_init()